Click here to Skip to main content
15,900,378 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database Connections in Sleeping State in SQL Pin
Mike Dimmick7-Oct-03 22:44
Mike Dimmick7-Oct-03 22:44 
GeneralRe: Database Connections in Sleeping State in SQL Pin
Anonymous8-Oct-03 23:55
Anonymous8-Oct-03 23:55 
GeneralGeneral Network Error Pin
yyf6-Oct-03 7:54
yyf6-Oct-03 7:54 
GeneralRe: General Network Error Pin
Mike Ellison6-Oct-03 17:46
Mike Ellison6-Oct-03 17:46 
GeneralRDBMS Pin
buggy846-Oct-03 4:11
buggy846-Oct-03 4:11 
GeneralRe: RDBMS Pin
Mike Dimmick6-Oct-03 4:26
Mike Dimmick6-Oct-03 4:26 
GeneralSQL/C# Pin
Harry20005-Oct-03 12:09
Harry20005-Oct-03 12:09 
GeneralRe: SQL/C# Pin
Mike Dimmick6-Oct-03 4:33
Mike Dimmick6-Oct-03 4:33 
You're not going to get anywhere with SQL unless you spell statements correctly.

When posting questions, you really need to copy and paste code accurately (ideally formatting with the <pre> tag), and report error messages exactly.

I can currently see at least four errors with your SELECT statement, which (assuming that the data schema is spelled correctly) should look more like
SELECT FirstName, LastName, ID
FROM Customer
WHERE FirstName LIKE '[A-Z]'
Note spelling of SELECT, FirstName, Customer, and the removal of the comma before FROM.
GeneralSQLBindParameter error Pin
vishnusharma5-Oct-03 1:04
vishnusharma5-Oct-03 1:04 
Generalbooks in SQL server 2000 Pin
nevhile.net4-Oct-03 3:02
nevhile.net4-Oct-03 3:02 
GeneralRe: books in SQL server 2000 Pin
Nino_14-Oct-03 5:30
Nino_14-Oct-03 5:30 
GeneralRe: books in SQL server 2000 Pin
SimonS4-Oct-03 10:39
SimonS4-Oct-03 10:39 
Generalcolesafearay class! Pin
ranjjj3-Oct-03 22:12
ranjjj3-Oct-03 22:12 
GeneralRe: colesafearay class! Pin
Mike Dimmick3-Oct-03 23:38
Mike Dimmick3-Oct-03 23:38 
GeneralSQL Server Yukon and 2000 Pin
nevhile.net3-Oct-03 20:27
nevhile.net3-Oct-03 20:27 
GeneralRe: SQL Server Yukon and 2000 Pin
Arjan Einbu3-Oct-03 23:19
Arjan Einbu3-Oct-03 23:19 
GeneralRe: SQL Server Yukon and 2000 Pin
Sabrina_c3-Oct-03 23:32
Sabrina_c3-Oct-03 23:32 
Generalbacking up/moving mssql databases Pin
djkno33-Oct-03 2:38
djkno33-Oct-03 2:38 
GeneralRe: backing up/moving mssql databases Pin
Mike Dimmick3-Oct-03 6:30
Mike Dimmick3-Oct-03 6:30 
GeneralRe: backing up/moving mssql databases Pin
djkno33-Oct-03 6:38
djkno33-Oct-03 6:38 
GeneralRe: backing up/moving mssql databases Pin
djkno36-Oct-03 8:11
djkno36-Oct-03 8:11 
GeneralRe: backing up/moving mssql databases Pin
Mike Dimmick6-Oct-03 23:20
Mike Dimmick6-Oct-03 23:20 
GeneralRe: backing up/moving mssql databases Pin
djkno37-Oct-03 4:18
djkno37-Oct-03 4:18 
GeneralRe: backing up/moving mssql databases Pin
Mike Dimmick7-Oct-03 22:39
Mike Dimmick7-Oct-03 22:39 
GeneralSqlDataAdapter.Update sometimes does not update Pin
james-cxx2-Oct-03 10:55
james-cxx2-Oct-03 10:55 

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.