Click here to Skip to main content
15,899,124 members
Home / Discussions / Database
   

Database

 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Hoornet9318-Sep-03 22:37
Hoornet9318-Sep-03 22:37 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Steve S19-Sep-03 1:27
Steve S19-Sep-03 1:27 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Arjan Einbu18-Sep-03 22:32
Arjan Einbu18-Sep-03 22:32 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Hoornet9318-Sep-03 22:39
Hoornet9318-Sep-03 22:39 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Arjan Einbu19-Sep-03 0:34
Arjan Einbu19-Sep-03 0:34 
GeneralCheck table exist not Pin
WoonLeng18-Sep-03 18:32
WoonLeng18-Sep-03 18:32 
GeneralRe: Check table exist not Pin
Arjan Einbu18-Sep-03 22:36
Arjan Einbu18-Sep-03 22:36 
GeneralRe: Check table exist not Pin
Giovanni Bejarasco19-Sep-03 6:14
Giovanni Bejarasco19-Sep-03 6:14 
I use this query


if exists(select name from sysdatabases where name='DatabaseName') begin
-- do some stuffs here
end


cheers
GeneralRe: Check table exist not Pin
Blake Coverett20-Sep-03 16:29
Blake Coverett20-Sep-03 16:29 
GeneralRe: Check table exist not Pin
Blake Coverett20-Sep-03 16:27
Blake Coverett20-Sep-03 16:27 
GeneralRe: Check table exist not Pin
Anonymous20-Sep-03 18:16
Anonymous20-Sep-03 18:16 
GeneralBinding a dataset to a checkbox Pin
Wjousts17-Sep-03 15:11
Wjousts17-Sep-03 15:11 
GeneralRe: Binding a dataset to a checkbox Pin
Wjousts18-Sep-03 5:12
Wjousts18-Sep-03 5:12 
GeneralADO API Pin
ranjjj17-Sep-03 4:08
ranjjj17-Sep-03 4:08 
GeneralRe: ADO API Pin
Michael P Butler17-Sep-03 4:24
Michael P Butler17-Sep-03 4:24 
GeneralRe: ADO API Pin
ranjjj17-Sep-03 18:15
ranjjj17-Sep-03 18:15 
GeneralRe: ADO API Pin
Stefan Pedersen18-Sep-03 14:19
Stefan Pedersen18-Sep-03 14:19 
GeneralRe: ADO API Pin
ranjjj20-Sep-03 19:23
ranjjj20-Sep-03 19:23 
GeneralRe: ADO API Pin
Stefan Pedersen21-Sep-03 4:22
Stefan Pedersen21-Sep-03 4:22 
Questioncan someone help me with mysql??? Pin
Snyp16-Sep-03 15:40
Snyp16-Sep-03 15:40 
AnswerRe: can someone help me with mysql??? Pin
ZoogieZork16-Sep-03 16:30
ZoogieZork16-Sep-03 16:30 
Generalanon Pin
z-anon-z16-Sep-03 6:56
sussz-anon-z16-Sep-03 6:56 
QuestionHow to prevent connection being closed. Pin
esuvs200316-Sep-03 5:04
esuvs200316-Sep-03 5:04 
AnswerRe: How to prevent connection being closed. Pin
Mike Dimmick16-Sep-03 6:28
Mike Dimmick16-Sep-03 6:28 
GeneralOLE DB Provider for Sybase Pin
trangnguyen16-Sep-03 0:00
trangnguyen16-Sep-03 0:00 

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.