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

Database

 
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 
GeneralRe: submitting a ' in a string to sql Pin
DxSolo16-Jul-03 3:56
DxSolo16-Jul-03 3:56 
i found the solution if you want to use something like

'jake's bigtime' in an insert statement then you would have to simply put two apostrophies and sql will then put the one apostrophe character in the db

so the query would look like this

insert into test values('jake''s bigtime')

and a this query select * from test
would return

jake's bigtime
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 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Mike Dimmick12-Jul-03 4:11
Mike Dimmick12-Jul-03 4:11 

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.