Click here to Skip to main content
15,926,703 members
Home / Discussions / Database
   

Database

 
GeneralRe: How should my database like Pin
Paul Conrad29-Apr-06 4:52
professionalPaul Conrad29-Apr-06 4:52 
GeneralRe: How should my database like Pin
Colin Angus Mackay29-Apr-06 5:11
Colin Angus Mackay29-Apr-06 5:11 
GeneralRe: How should my database like Pin
LovelyHelp29-Apr-06 5:32
LovelyHelp29-Apr-06 5:32 
GeneralRe: How should my database like Pin
LovelyHelp29-Apr-06 4:36
LovelyHelp29-Apr-06 4:36 
GeneralRe: How should my database like Pin
Colin Angus Mackay29-Apr-06 5:19
Colin Angus Mackay29-Apr-06 5:19 
GeneralRe: How should my database like Pin
LovelyHelp29-Apr-06 5:41
LovelyHelp29-Apr-06 5:41 
QuestionUrgent help from an expert! Pin
JUNEYT28-Apr-06 14:16
JUNEYT28-Apr-06 14:16 
QuestionMS Access and C# Help Pin
achrafus28-Apr-06 11:38
achrafus28-Apr-06 11:38 
hello every body, I usually work with sql server so if anybody may help with MS Access I'd be thankful.
here 's my C# potion of code:
string selectId = "select categoryId from Category where categoryName = @catName";
myCommand = new OdbcCommand(selectId,myConn);
myCommand.Parameters.Add("@catName",categoryName.ToString());
myCommand.prepare();
myReader = myCommand.ExecuteReader();
at this level an exeption is thrown at the level of the odbc driver it says not enough parameters or something. 1 parameter missing. In my string i'm having only one parameter and it's @catName.
in the definition of the Add()function it says that the second parameter is the value of the named parameter. The function that contains this code receives the value of categoryName however it's not set! can anybody help pls
AnswerRe: MS Access and C# Help Pin
Colin Angus Mackay28-Apr-06 21:14
Colin Angus Mackay28-Apr-06 21:14 
QuestionAccess Databases Pin
QC_200028-Apr-06 4:00
QC_200028-Apr-06 4:00 
AnswerRe: Access Databases Pin
Rob Graham28-Apr-06 5:41
Rob Graham28-Apr-06 5:41 
GeneralRe: Access Databases Pin
QC_200028-Apr-06 5:59
QC_200028-Apr-06 5:59 
QuestionHow to FTP a File using SQL Server 2000? Pin
pubududilena28-Apr-06 3:57
pubududilena28-Apr-06 3:57 
QuestionUnpredicted behaviour i IN clause Pin
qur28-Apr-06 2:42
qur28-Apr-06 2:42 
Questionsearch case insensitive in access Pin
klakero28-Apr-06 1:16
klakero28-Apr-06 1:16 
QuestionRe: search case insensitive in access Pin
Eric Dahlvang28-Apr-06 5:47
Eric Dahlvang28-Apr-06 5:47 
QuestionEnterprise library Pin
WDI27-Apr-06 23:33
WDI27-Apr-06 23:33 
QuestionQuery on UNION Query Pin
DiligenZ27-Apr-06 19:00
DiligenZ27-Apr-06 19:00 
AnswerRe: Query on UNION Query Pin
Colin Angus Mackay27-Apr-06 20:38
Colin Angus Mackay27-Apr-06 20:38 
QuestionSQL connection issue with window Xp SP2 Pin
Lisana27-Apr-06 5:30
Lisana27-Apr-06 5:30 
AnswerRe: SQL connection issue with window Xp SP2 Pin
Colin Angus Mackay27-Apr-06 6:01
Colin Angus Mackay27-Apr-06 6:01 
GeneralRe: SQL connection issue with window Xp SP2 Pin
Lisana27-Apr-06 6:07
Lisana27-Apr-06 6:07 
GeneralRe: SQL connection issue with window Xp SP2 Pin
Jerry Hammond27-Apr-06 10:03
Jerry Hammond27-Apr-06 10:03 
QuestionHow to create a schema? Pin
Goalie3527-Apr-06 4:19
Goalie3527-Apr-06 4:19 
AnswerRe: How to create a schema? Pin
Eric Dahlvang27-Apr-06 4:44
Eric Dahlvang27-Apr-06 4:44 

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.