Click here to Skip to main content
16,005,236 members
Home / Discussions / Database
   

Database

 
GeneralRe: MS SQL Server Licencing issues Pin
Topper Price21-Feb-03 14:42
Topper Price21-Feb-03 14:42 
GeneralRe: MS SQL Server Licencing issues Pin
Antares68625-Feb-03 0:51
Antares68625-Feb-03 0:51 
GeneralADO,VC++,AutoNumber,Access Pin
Kamesh20-Feb-03 22:43
Kamesh20-Feb-03 22:43 
GeneralProblem with SQLDMO Pin
fabjoe20-Feb-03 21:05
fabjoe20-Feb-03 21:05 
GeneralRe: Problem with SQLDMO Pin
Antares68625-Feb-03 0:31
Antares68625-Feb-03 0:31 
GeneralRe: Problem with SQLDMO Pin
fabjoe25-Feb-03 2:25
fabjoe25-Feb-03 2:25 
GeneralADO CreateParameter Pin
devvvy20-Feb-03 15:09
devvvy20-Feb-03 15:09 
GeneralRe: ADO CreateParameter Pin
Jon Hulatt21-Feb-03 0:36
Jon Hulatt21-Feb-03 0:36 
i have experienced this before.

despite the fact that parameters are named, you still need to create the right number and the right type of paramers in the ADODB.Command object. basically, what is happening is that the parameters you are passing from vb are not lining up with the proc paramaters the way you think they are.

declare your vb parameter list identically to the sp param list, including the ones you don't realy need (don't set a value for them in vb if you want to use the SPs default values).

it will work then.



#include <beer.h>

GeneralRe: ADO CreateParameter Pin
devvvy21-Feb-03 3:13
devvvy21-Feb-03 3:13 
GeneralDB2-to-Excel Pin
Jassim Rahma20-Feb-03 12:44
Jassim Rahma20-Feb-03 12:44 
GeneralMySQL HELL on RedHat Linux 7.2 Pin
Masaaki Onishi20-Feb-03 12:27
Masaaki Onishi20-Feb-03 12:27 
GeneralRe: MySQL HELL on RedHat Linux 7.2 Pin
Scorp1us21-Feb-03 4:30
Scorp1us21-Feb-03 4:30 
GeneralRe: MySQL HELL on RedHat Linux 7.2 Pin
Topper Price21-Feb-03 14:45
Topper Price21-Feb-03 14:45 
GeneralRe: MySQL HELL on RedHat Linux 7.2 Pin
Scorp1us21-Feb-03 14:55
Scorp1us21-Feb-03 14:55 
GeneralRe: MySQL HELL on RedHat Linux 7.2 Pin
David Wulff22-Feb-03 17:02
David Wulff22-Feb-03 17:02 
GeneralNumber of records in Access database Pin
Majid Shahabfar20-Feb-03 3:03
Majid Shahabfar20-Feb-03 3:03 
GeneralRe: Number of records in Access database Pin
Hesham Amin20-Feb-03 21:28
Hesham Amin20-Feb-03 21:28 
Generalado.net Pin
mrboljok20-Feb-03 2:27
mrboljok20-Feb-03 2:27 
GeneralRe: ado.net Pin
Solomon Wu24-Feb-03 16:48
Solomon Wu24-Feb-03 16:48 
Generalcannot found msado15.dll Pin
MemLeak19-Feb-03 10:43
MemLeak19-Feb-03 10:43 
GeneralRe: cannot found msado15.dll Pin
Darrell Long19-Feb-03 10:55
Darrell Long19-Feb-03 10:55 
GeneralRe: cannot found msado15.dll Pin
Stephane Rodriguez.19-Feb-03 11:00
Stephane Rodriguez.19-Feb-03 11:00 
GeneralHelp Please: ComboBox Control in WinForm Datagrid Control Pin
DionChen19-Feb-03 5:06
DionChen19-Feb-03 5:06 
Generalforeign key Pin
ylaine18-Feb-03 17:03
ylaine18-Feb-03 17:03 
GeneralRe: foreign key Pin
Jon Hulatt18-Feb-03 22:08
Jon Hulatt18-Feb-03 22:08 

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.