Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need simple help with oleDbDataAdapter exception Pin
Dave Kreskowiak2-Sep-04 11:52
mveDave Kreskowiak2-Sep-04 11:52 
GeneralRe: Need simple help with oleDbDataAdapter exception Pin
sagmam2-Sep-04 19:26
sagmam2-Sep-04 19:26 
GeneralRe: Need simple help with oleDbDataAdapter exception Pin
sagmam2-Sep-04 19:41
sagmam2-Sep-04 19:41 
GeneralLike Statement Variables Pin
Dicescuz2-Sep-04 10:19
Dicescuz2-Sep-04 10:19 
GeneralRe: Like Statement Variables Pin
Dave Kreskowiak2-Sep-04 11:44
mveDave Kreskowiak2-Sep-04 11:44 
GeneralRe: Like Statement Variables Pin
Dicescuz2-Sep-04 18:04
Dicescuz2-Sep-04 18:04 
Generalvb.net Excel file to SQL table Pin
partt2-Sep-04 7:45
partt2-Sep-04 7:45 
GeneralRe: vb.net Excel file to SQL table Pin
Dave Kreskowiak2-Sep-04 9:35
mveDave Kreskowiak2-Sep-04 9:35 
You're going to have to use the Excel Automation library to open Excel, load your sheet, and parse each line of your sheet and add it to the database yourself. You'll have to write the SQL statements, build the database command object and parameters, then assign the data from each cell to the appropriate parameter object, and finally execute it. You'll have to do this for each and every line of the Excel sheet you want to add to the database.

This[^] little article should get you started on Excel Automation. It does NOT cover any database code.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: vb.net Excel file to SQL table Pin
partt2-Sep-04 9:58
partt2-Sep-04 9:58 
GeneralRe: vb.net Excel file to SQL table Pin
Purple Monk2-Sep-04 22:33
Purple Monk2-Sep-04 22:33 
GeneralRe: vb.net Excel file to SQL table Pin
partt3-Sep-04 3:28
partt3-Sep-04 3:28 
GeneralRe: vb.net Excel file to SQL table Pin
partt3-Sep-04 8:34
partt3-Sep-04 8:34 
General2 Component questions Pin
RoyRose782-Sep-04 6:57
RoyRose782-Sep-04 6:57 
GeneralRe: 2 Component questions Pin
Dave Kreskowiak2-Sep-04 9:48
mveDave Kreskowiak2-Sep-04 9:48 
GeneralQuestion on comparing data Pin
albert20042-Sep-04 6:36
albert20042-Sep-04 6:36 
GeneralVB.NET DDE project Pin
valdo772-Sep-04 2:32
valdo772-Sep-04 2:32 
GeneralRe: VB.NET DDE project Pin
Dave Kreskowiak2-Sep-04 5:19
mveDave Kreskowiak2-Sep-04 5:19 
GeneralhanksTreeView Pin
Member 12256032-Sep-04 0:59
Member 12256032-Sep-04 0:59 
GeneralRe: hanksTreeView Pin
Dave Kreskowiak2-Sep-04 4:58
mveDave Kreskowiak2-Sep-04 4:58 
GeneralBuild Failures Pin
beowulfagate2-Sep-04 0:26
beowulfagate2-Sep-04 0:26 
GeneralRe: Build Failures Pin
Chris Quick2-Sep-04 2:28
Chris Quick2-Sep-04 2:28 
GeneralRe: Build Failures Pin
Jim Matthews2-Sep-04 2:46
Jim Matthews2-Sep-04 2:46 
GeneralRe: Build Failures Pin
beowulfagate2-Sep-04 13:38
beowulfagate2-Sep-04 13:38 
GeneralRe: Build Failures Pin
Jim Matthews2-Sep-04 17:00
Jim Matthews2-Sep-04 17:00 
GeneralRSA Decryption code example VB6 Pin
gpcare1-Sep-04 23:23
gpcare1-Sep-04 23:23 

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.