Click here to Skip to main content
15,905,427 members
Home / Discussions / Database
   

Database

 
GeneralRe: Help with first Stored Procedure Pin
Ian Darling17-Jul-03 1:03
Ian Darling17-Jul-03 1:03 
GeneralRe: Help with first Stored Procedure Pin
basementman17-Jul-03 5:05
basementman17-Jul-03 5:05 
GeneralAllow Zero Length Pin
Anthony988716-Jul-03 5:43
Anthony988716-Jul-03 5:43 
GeneralRe: Allow Zero Length Pin
Giles16-Jul-03 6:04
Giles16-Jul-03 6:04 
GeneralRe: Allow Zero Length Pin
Anthony988716-Jul-03 6:49
Anthony988716-Jul-03 6:49 
Generalsubmitting a ' in a string to sql Pin
DxSolo15-Jul-03 17:03
DxSolo15-Jul-03 17:03 
GeneralRe: submitting a ' in a string to sql Pin
Nino_115-Jul-03 17:22
Nino_115-Jul-03 17:22 
GeneralRe: submitting a ' in a string to sql Pin
DxSolo16-Jul-03 3:18
DxSolo16-Jul-03 3:18 
no its not vb that has the problem its doesnt think its a comment its when its submitted to the stored procedure that it gets the problem


like the stored procedure would accept this

execute mystoreproc 'blah','blah'

no problem

but when you have something like this

execute mystoreproc 'blah's','blah'

the stored proc will interpet it like this
execute mystoreproc 'blah' s ,'blah'

because sql uses the ' character to enclose strings that are inserted or otherwise used in queries



GeneralRe: submitting a ' in a string to sql Pin
DxSolo16-Jul-03 3:56
DxSolo16-Jul-03 3:56 
GeneralRe: submitting a ' in a string to sql Pin
Simon_uk16-Jul-03 3:58
Simon_uk16-Jul-03 3:58 
GeneralRe: submitting a ' in a string to sql Pin
Arjan Einbu17-Jul-03 0:40
Arjan Einbu17-Jul-03 0:40 
GeneralTransaction Log File Growing Out Of Control !! Pin
Nino_115-Jul-03 16:30
Nino_115-Jul-03 16:30 
GeneralRe: Transaction Log File Growing Out Of Control !! Pin
Arjan Einbu17-Jul-03 0:46
Arjan Einbu17-Jul-03 0:46 
GeneralRe: Transaction Log File Growing Out Of Control !! Pin
Mike Dimmick17-Jul-03 3:10
Mike Dimmick17-Jul-03 3:10 
GeneralNeed _easily deployable_ C#/.NET Oracle connectivity Pin
dratti15-Jul-03 2:43
dratti15-Jul-03 2:43 
GeneralRe: Need _easily deployable_ C#/.NET Oracle connectivity Pin
kev_in25-Jul-03 13:49
kev_in25-Jul-03 13:49 
GeneralEnumerating MSDE servers using SQLDMO Pin
apferreira14-Jul-03 13:32
apferreira14-Jul-03 13:32 
Generalbcp command problem Pin
si_6914-Jul-03 0:05
si_6914-Jul-03 0:05 
GeneralRe: bcp command problem Pin
basementman14-Jul-03 7:05
basementman14-Jul-03 7:05 
GeneralGet databse name Pin
Hoang Dung12-Jul-03 7:54
Hoang Dung12-Jul-03 7:54 
GeneralRe: Get databse name Pin
William Bartholomew14-Jul-03 1:44
William Bartholomew14-Jul-03 1:44 
Generalnewbie question about tracking database changes Pin
Anonymous11-Jul-03 12:12
Anonymous11-Jul-03 12:12 
GeneralRe: newbie question about tracking database changes Pin
Not Active11-Jul-03 15:45
mentorNot Active11-Jul-03 15:45 
GeneralPorting to Oracle V's DB2 from Access 2000 Pin
Giles10-Jul-03 23:52
Giles10-Jul-03 23:52 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Heath Stewart11-Jul-03 8:19
protectorHeath Stewart11-Jul-03 8:19 

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.