Click here to Skip to main content
15,896,328 members
Home / Discussions / Database
   

Database

 
GeneralRe: Import/Export Data Pin
Yulianto.19-Jul-05 16:53
Yulianto.19-Jul-05 16:53 
Generalfinding an SQL server Pin
quilkin18-Jul-05 6:49
quilkin18-Jul-05 6:49 
GeneralRe: finding an SQL server Pin
Luis Alonso Ramos18-Jul-05 15:59
Luis Alonso Ramos18-Jul-05 15:59 
GeneralRe: finding an SQL server Pin
quilkin18-Jul-05 19:51
quilkin18-Jul-05 19:51 
GeneralRe: finding an SQL server Pin
Luis Alonso Ramos18-Jul-05 19:53
Luis Alonso Ramos18-Jul-05 19:53 
QuestionDataAdapter class Limit????? Pin
Anonymous18-Jul-05 3:07
Anonymous18-Jul-05 3:07 
AnswerRe: DataAdapter class Limit????? Pin
Colin Angus Mackay18-Jul-05 7:56
Colin Angus Mackay18-Jul-05 7:56 
GeneralUser input from textbox into MS Access Pin
zoolandez18-Jul-05 2:02
zoolandez18-Jul-05 2:02 
Hi Guys & Gals, I am a beginner and used these commands to insert user input from a textbox to MS Access database. Whenever the submit button is clicked, the database Autonumber increases but the "Name" field is blank. Really need help guys. Thanks in advance.



Me.OleDbInsertCommand2.Parameters.Add(New System.Data.OleDb.OleDbParameter("Name", System.Data.OleDb.OleDbType.VarWChar, 50, "Name"))

Me.OleDbInsertCommand2.CommandText = "INSERT INTO Name (Name) VALUES ('" & InputName.Text & "')" <<<<<<<<< declaration of the INSERT command

Me.OleDbInsertCommand2.Connection = Me.OleDbConnection1

.
.
.
.
PrivateSub Submit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Submit.Click
Try

OleDbConnection1.Open()

OleDbInsertCommand2.ExecuteNonQuery() <<<<<
GeneralRe: User input from textbox into MS Access Pin
Rob Graham18-Jul-05 2:53
Rob Graham18-Jul-05 2:53 
Generalsome time query took little bit long time!!! Pin
under281117-Jul-05 22:31
under281117-Jul-05 22:31 
GeneralRe: some time query took little bit long time!!! Pin
Rob Graham18-Jul-05 4:15
Rob Graham18-Jul-05 4:15 
QuestionImporting in Access pogrammatically? Pin
kbalias17-Jul-05 19:40
kbalias17-Jul-05 19:40 
GeneralSQL Deleting x number of rows Pin
Paul Holliday16-Jul-05 22:11
sussPaul Holliday16-Jul-05 22:11 
GeneralRe: SQL Deleting x number of rows Pin
Rob Graham17-Jul-05 5:07
Rob Graham17-Jul-05 5:07 
QuestionHelp! What's this error? Pin
Blue_Skye16-Jul-05 3:04
Blue_Skye16-Jul-05 3:04 
AnswerRe: Help! What's this error? Pin
Michael P Butler16-Jul-05 3:59
Michael P Butler16-Jul-05 3:59 
GeneralRe: Help! What's this error? Pin
Blue_Skye16-Jul-05 6:25
Blue_Skye16-Jul-05 6:25 
GeneralRe: Help! What's this error? Pin
Michael P Butler16-Jul-05 6:31
Michael P Butler16-Jul-05 6:31 
GeneralRe: Help! What's this error? Pin
Blue_Skye16-Jul-05 10:39
Blue_Skye16-Jul-05 10:39 
GeneralThe Math.Round() in VS.NET and Round() in SQL Server 2000 Pin
Blue_Skye16-Jul-05 0:59
Blue_Skye16-Jul-05 0:59 
GeneralRe: The Math.Round() in VS.NET and Round() in SQL Server 2000 Pin
Rob Graham16-Jul-05 7:48
Rob Graham16-Jul-05 7:48 
Generalsqlce connection problems help Pin
Member 190267915-Jul-05 21:58
Member 190267915-Jul-05 21:58 
GeneralRe: sqlce connection problems help Pin
Rob Graham16-Jul-05 7:21
Rob Graham16-Jul-05 7:21 
GeneralADO.net Pin
boutie15-Jul-05 20:30
boutie15-Jul-05 20:30 
GeneralRe: ADO.net Pin
Rob Graham16-Jul-05 7:33
Rob Graham16-Jul-05 7:33 

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.