Click here to Skip to main content
16,008,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: reports? Pin
Nick Parker18-Oct-02 8:13
protectorNick Parker18-Oct-02 8:13 
Questiondifficult problem of importing? Pin
drmzunlimited17-Oct-02 21:32
drmzunlimited17-Oct-02 21:32 
AnswerRe: difficult problem of importing? Pin
chris foote22-Oct-02 16:47
chris foote22-Oct-02 16:47 
Questionimporting data from excel file and storing in Ms-Access database table? Pin
drmzunlimited17-Oct-02 21:24
drmzunlimited17-Oct-02 21:24 
AnswerRe: importing data from excel file and storing in Ms-Access database table? Pin
Megan Forbes24-Oct-02 22:39
Megan Forbes24-Oct-02 22:39 
AnswerRe: importing data from excel file and storing in Ms-Access database table? Pin
Megan Forbes25-Oct-02 3:26
Megan Forbes25-Oct-02 3:26 
Questionimporting an excel file and storing in MS-Access? Pin
drmzunlimited17-Oct-02 21:21
drmzunlimited17-Oct-02 21:21 
AnswerRe: importing an excel file and storing in MS-Access? Pin
Steven Lyons21-Oct-02 12:03
Steven Lyons21-Oct-02 12:03 
You can use the OleDb ADO.NET classes to access both MS Access and Excel datasources... it's works in pretty much the same way as the SqlDb classes when accessing a SQL Server database. The hard part is the connection, everything else is pretty much the same as importing/exporting data from other datasources...

See these knowledge base articles if you need more information and sample code...

HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET and Visual Basic .NET - http://support.microsoft.com/default.aspx?scid=kb;en-us;Q311731

HOW TO: Use the ODBC .NET Managed Provider in Visual Basic .NET and Connection Strings - http://support.microsoft.com/default.aspx?scid=kb;en-us;Q310985

The last one is an example of connection strings for many different db types. It uses OdbcDb but can easily be changed to OleDb, if you please.

steve
Questionenvironment similar to excel??? Pin
drmzunlimited17-Oct-02 21:19
drmzunlimited17-Oct-02 21:19 
Questiondisable close and starting maximized? Pin
drmzunlimited17-Oct-02 21:05
drmzunlimited17-Oct-02 21:05 
AnswerRe: disable close and starting maximized? Pin
goddess_spanky18-Oct-02 4:58
goddess_spanky18-Oct-02 4:58 
GeneralMAPI session.logon Pin
Anonymous16-Oct-02 2:49
Anonymous16-Oct-02 2:49 
GeneralSKinning in VB.net Pin
308holes15-Oct-02 8:28
308holes15-Oct-02 8:28 
Generalhowto get fileinformation Pin
mkrelli15-Oct-02 7:20
mkrelli15-Oct-02 7:20 
GeneralRe: howto get fileinformation Pin
Richard Deeming16-Oct-02 1:40
mveRichard Deeming16-Oct-02 1:40 
GeneralPrint Word Document Pin
Zulfikar Ali15-Oct-02 6:22
Zulfikar Ali15-Oct-02 6:22 
GeneralRe: Print Word Document Pin
Chad Smith15-Oct-02 7:12
professionalChad Smith15-Oct-02 7:12 
Generalcreate "excel" sheet in MDI (child) window Pin
sleepycat14-Oct-02 22:37
sleepycat14-Oct-02 22:37 
Generalprogrammer wanted Pin
Paul Rego14-Oct-02 18:34
sussPaul Rego14-Oct-02 18:34 
GeneralTab Control Pin
injunjoe14-Oct-02 15:40
injunjoe14-Oct-02 15:40 
GeneralSend and receive data Pin
Vipul Bhatt13-Oct-02 19:33
Vipul Bhatt13-Oct-02 19:33 
GeneralRe: Send and receive data Pin
RichardGrimmer20-Nov-02 2:15
RichardGrimmer20-Nov-02 2:15 
Questionhow to get value of one textbox from one form to another in VB.NET? Pin
drmzunlimited13-Oct-02 19:28
drmzunlimited13-Oct-02 19:28 
AnswerRe: how to get value of one textbox from one form to another in VB.NET? Pin
Nick Parker14-Oct-02 1:52
protectorNick Parker14-Oct-02 1:52 
GeneralCollections Pin
mikasa11-Oct-02 6:40
mikasa11-Oct-02 6:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.