Click here to Skip to main content
15,891,976 members
Home / Discussions / Database
   

Database

 
GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 9:34
ChrRun6-Apr-06 9:34 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 20:54
albCode6-Apr-06 20:54 
GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 22:48
ChrRun6-Apr-06 22:48 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 23:06
albCode6-Apr-06 23:06 
GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 23:31
ChrRun6-Apr-06 23:31 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 23:37
albCode6-Apr-06 23:37 
GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 23:39
ChrRun6-Apr-06 23:39 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 23:42
albCode6-Apr-06 23:42 
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
Dim strconn As String<br />
        strconn = "Provider=Microsoft.Jet.OleDb.4.0;data source = C:\Inetpub\wwwroot\IED416\ied416lp3_19\db\handel.mdb"<br />
        Dim dbconn As OleDbConnection = New OleDbConnection(strconn) <br />
        dbconn.Open()<br />
        Dim dbinsert As OleDbCommand = New OleDbCommand("INSERT INTO Kunder (Namn,Ort) VALUES ('Christian','Sweden')", dbconn)<br />
        dbinsert.ExecuteNonQuery()<br />
        MsgBox("Weee")<br />
        dbconn.Close()<br />
<br />
End Sub

GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 23:53
ChrRun6-Apr-06 23:53 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode7-Apr-06 0:04
albCode7-Apr-06 0:04 
GeneralRe: INSERT INTO....!?!?!?! Pin
Colin Angus Mackay7-Apr-06 0:20
Colin Angus Mackay7-Apr-06 0:20 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode7-Apr-06 0:24
albCode7-Apr-06 0:24 
QuestionCREATE ASSEMBLY problem in SQL 2005 Pin
Paul Watson6-Apr-06 1:37
sitebuilderPaul Watson6-Apr-06 1:37 
QuestionSQLite ~ Access Pin
aukh5-Apr-06 23:05
aukh5-Apr-06 23:05 
QuestionIs there a way to call sql script from inside of another sql in SQLServer Pin
Nguyen Thi Thanh5-Apr-06 22:25
Nguyen Thi Thanh5-Apr-06 22:25 
QuestionACCES 2003 > SQL 2005 EXPRESS Pin
ThePmanLives5-Apr-06 16:41
ThePmanLives5-Apr-06 16:41 
QuestionCreating form at runtime and uploading data from it to database Pin
Amit R5-Apr-06 16:32
Amit R5-Apr-06 16:32 
AnswerRe: Creating form at runtime and uploading data from it to database Pin
Colin Angus Mackay5-Apr-06 21:22
Colin Angus Mackay5-Apr-06 21:22 
AnswerRe: Creating form at runtime and uploading data from it to database Pin
sathish s5-Apr-06 22:09
sathish s5-Apr-06 22:09 
QuestionHow to audit a database? Pin
uglystone5-Apr-06 13:51
uglystone5-Apr-06 13:51 
AnswerRe: How to audit a database? Pin
Colin Angus Mackay5-Apr-06 21:15
Colin Angus Mackay5-Apr-06 21:15 
AnswerRe: How to audit a database? Pin
uglystone21-Apr-06 18:08
uglystone21-Apr-06 18:08 
QuestionDSN / SQL Connection String Pin
rahsi5-Apr-06 6:13
rahsi5-Apr-06 6:13 
AnswerRe: DSN / SQL Connection String Pin
Colin Angus Mackay5-Apr-06 7:28
Colin Angus Mackay5-Apr-06 7:28 
GeneralRe: DSN / SQL Connection String Pin
rahsi6-Apr-06 8:30
rahsi6-Apr-06 8:30 

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.