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

Database

 
GeneralRe: Column number in SELECT Pin
Mazdak12-Feb-03 1:05
Mazdak12-Feb-03 1:05 
GeneralUsing Group By Properly Pin
perlmunger11-Feb-03 18:55
perlmunger11-Feb-03 18:55 
GeneralRe: Using Group By Properly Pin
Richard Deeming11-Feb-03 23:44
mveRichard Deeming11-Feb-03 23:44 
GeneralRe: Using Group By Properly Pin
andyharman11-Feb-03 23:45
professionalandyharman11-Feb-03 23:45 
GeneralRe: Using Group By Properly Pin
perlmunger12-Feb-03 2:54
perlmunger12-Feb-03 2:54 
GeneralRe: Using Group By Properly Pin
andyharman12-Feb-03 4:27
professionalandyharman12-Feb-03 4:27 
GeneralRe: Using Group By Properly Pin
perlmunger12-Feb-03 6:03
perlmunger12-Feb-03 6:03 
GeneralRe: Using Group By Properly Pin
andyharman12-Feb-03 23:51
professionalandyharman12-Feb-03 23:51 
The basic SQL syntax (select, insert, etc) is the same for all SQL databases. They start to differ in the following areas:
o Functions that can be used within SQL expressions (e.g. IIF).
o Outer joins.
o Available data-types.
o Whether stored-procedures and triggers are available.
o Security.

I tend to use the MS-Access query-painter to get the basic SQL syntax, then switch over to the SQL-Syntax view for the nitty-gritty stuff. The online help provides details of the available functions (if you look hard enough).

Regards
Andy

PS: If you start to use MS-Access in a production networked environment then make sure you have a copy of the JETCOMP.EXE utility available (from the MS support website). If your MDB database file get corrupted then JetComp may save your bacon.

PPS: If you want an alternative then the MSDE database engine is included on the MS-Access installation CD (you have to install it manually). This is a cut-down version of the SQL-Server product (so you should be able to use the .Net SQL-Server database classes).
GeneralRe: Using Group By Properly Pin
perlmunger13-Feb-03 5:18
perlmunger13-Feb-03 5:18 
GeneralRe: Using Group By Properly Pin
andyharman13-Feb-03 6:18
professionalandyharman13-Feb-03 6:18 
Generalexception when call (recordset.open "select * from db where ID='aa'") Pin
rxl11-Feb-03 5:57
rxl11-Feb-03 5:57 
GeneralRemote DataSet Pin
Amir Harel10-Feb-03 22:13
Amir Harel10-Feb-03 22:13 
Generaltrouble concatenating a SQL string that returns @token on-the-fly. Pin
devvvy10-Feb-03 21:39
devvvy10-Feb-03 21:39 
QuestionHow connect ADOX to Excel? Pin
Anonymous10-Feb-03 18:14
Anonymous10-Feb-03 18:14 
AnswerRe: How connect ADOX to Excel? Pin
andyharman12-Feb-03 4:45
professionalandyharman12-Feb-03 4:45 
QuestionCan anyone give me an example of these SQL statements?? Pin
IrishSonic10-Feb-03 12:01
IrishSonic10-Feb-03 12:01 
AnswerRe: Can anyone give me an example of these SQL statements?? Pin
Alexander Kojevnikov11-Feb-03 6:42
Alexander Kojevnikov11-Feb-03 6:42 
GeneralRe: Thanks Alexandre Pin
IrishSonic12-Feb-03 10:16
IrishSonic12-Feb-03 10:16 
GeneralDatabase Design Pin
Mark Sanders10-Feb-03 11:52
Mark Sanders10-Feb-03 11:52 
GeneralRe: Database Design Pin
Mike Nordell10-Feb-03 12:42
Mike Nordell10-Feb-03 12:42 
GeneralRe: Database Design Pin
Mark Sanders11-Feb-03 4:19
Mark Sanders11-Feb-03 4:19 
GeneralRe: Database Design Pin
Mike Nordell11-Feb-03 6:09
Mike Nordell11-Feb-03 6:09 
GeneralRe: Database Design Pin
Mark Sanders11-Feb-03 8:57
Mark Sanders11-Feb-03 8:57 
GeneralRe: Database Design Pin
Jason McBurney10-Feb-03 13:02
Jason McBurney10-Feb-03 13:02 
GeneralRe: Database Design Pin
perlmunger11-Feb-03 18:39
perlmunger11-Feb-03 18:39 

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.