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

Database

 
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 
GeneralRe: User input from textbox into MS Access Pin
Rob Graham18-Jul-05 2:53
Rob Graham18-Jul-05 2:53 
Why are you adding a parameter (name) to the command object if you don't intend to use it? Yopur commandtext just concatenates the value into the insert string, which does not reference the parameter.
Things are likely to get pretty confused however, since you have a table named 'name', which contains a column named 'name', and your parameter is called 'name'.

My suspicion is that since the parameter name matches the field name, things are really bolloxed up and the provider endes up looking for the value in the name parameter, but it still has a null value, which is what is used.

I would comment out the parameter addition, and see if that fixes things. I would also consider getting a wee bit more creative with the names, making them different enough so I wouldn't get lost.

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

The opposite of the religious fanatic is not the fanatical atheist but the gentle cynic who cares not whether there is a god or not.
Eric Hoffer

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 
QuestionHow to get @@IDENTITY when working offline with Dataset Pin
fracalifa15-Jul-05 2:17
fracalifa15-Jul-05 2:17 

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.