Click here to Skip to main content
15,915,160 members
Home / Discussions / Database
   

Database

 
GeneralRe: read excel files Pin
Mazdak17-Jan-04 22:02
Mazdak17-Jan-04 22:02 
GeneralConnect to DB at web server Pin
Mohamad Al Husseiny17-Jan-04 19:30
Mohamad Al Husseiny17-Jan-04 19:30 
GeneralRe: Connect to DB at web server Pin
Mazdak17-Jan-04 22:03
Mazdak17-Jan-04 22:03 
GeneralRe: Connect to DB at web server Pin
Mohamad Al Husseiny17-Jan-04 23:24
Mohamad Al Husseiny17-Jan-04 23:24 
GeneralRe: Listbox Problems Pin
Colin Angus Mackay17-Jan-04 15:36
Colin Angus Mackay17-Jan-04 15:36 
GeneralRe: Listbox Problems Pin
cynnerg18-Jan-04 13:39
cynnerg18-Jan-04 13:39 
GeneralSQL Insert Error Pin
cynnerg16-Jan-04 12:00
cynnerg16-Jan-04 12:00 
GeneralRe: SQL Insert Error Pin
cynnerg16-Jan-04 12:17
cynnerg16-Jan-04 12:17 
Here is the entire source that I have so far in this section:

ds = New DataSet
myCommand.Fill(ds, "Data")

id = ds.Tables("DATA").Rows.Count()
txtID.Text = id

strQuery = "INSERT INTO Events (ID, Code, Hour, Day, Location, Name, Cost) VALUES (" _
& Int(id) & ", '" _
& txtCode.Text & "', '" _
& txtTime.Text & "', '" _
& txtDate.Text & "', '" _
& txtLocation.Text & "', '" _
& txtName.Text & "', '" _
& txtCost.Text & "')"

cmd = New OleDbCommand(strQuery, myConnection)

cmd.ExecuteNonQuery()

GeneralRe: SQL Insert Error Pin
Guillermo Rivero16-Jan-04 12:47
Guillermo Rivero16-Jan-04 12:47 
GeneralRe: SQL Insert Error Pin
cynnerg16-Jan-04 16:08
cynnerg16-Jan-04 16:08 
GeneralRe: SQL Insert Error Pin
Guillermo Rivero16-Jan-04 18:07
Guillermo Rivero16-Jan-04 18:07 
GeneralRe: SQL Insert Error Pin
Guillermo Rivero16-Jan-04 18:11
Guillermo Rivero16-Jan-04 18:11 
GeneralRe: SQL Insert Error Pin
cynnerg17-Jan-04 3:57
cynnerg17-Jan-04 3:57 
GeneralRe: SQL Insert Error Pin
Roger Wright17-Jan-04 4:42
professionalRoger Wright17-Jan-04 4:42 
GeneralRe: SQL Insert Error Pin
rahtrow21-Jan-04 7:56
rahtrow21-Jan-04 7:56 
GeneralGet list of Tables from Database Pin
dlgross16-Jan-04 11:22
dlgross16-Jan-04 11:22 
GeneralRe: Get list of Tables from Database Pin
Guillermo Rivero16-Jan-04 12:17
Guillermo Rivero16-Jan-04 12:17 
GeneralRelationship w/ External Table Pin
Jamie Nordmeyer16-Jan-04 6:48
Jamie Nordmeyer16-Jan-04 6:48 
GeneralRe: Relationship w/ External Table Pin
Arjan Einbu18-Jan-04 3:50
Arjan Einbu18-Jan-04 3:50 
GeneralRe: Relationship w/ External Table Pin
Jamie Nordmeyer19-Jan-04 4:57
Jamie Nordmeyer19-Jan-04 4:57 
GeneralStoring DateTime Format, C# MSSQL DateTime field Pin
AssemblySoft16-Jan-04 5:58
AssemblySoft16-Jan-04 5:58 
GeneralRe: Storing DateTime Format, C# MSSQL DateTime field Pin
Mike Dimmick16-Jan-04 12:52
Mike Dimmick16-Jan-04 12:52 
GeneralRe: Storing DateTime Format, C# MSSQL DateTime field Pin
Atilla Ozgur19-Jan-04 10:41
Atilla Ozgur19-Jan-04 10:41 
GeneralRe: Storing DateTime Format, C# MSSQL DateTime field Pin
gpa200022-Jan-04 0:58
gpa200022-Jan-04 0:58 
GeneralSQL Named Pipes Pin
Paul Watson15-Jan-04 23:57
sitebuilderPaul Watson15-Jan-04 23:57 

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.