I'm looking for some simple (free, or shareware) SQL software that will help me write my SQL statements for my db. Is there a program that will connect with my (dbase) db and allow me to write in the SQL strings with some sort of GUI interface?
What does everyone else use? Up to this point, I've been manually typing in my strings by hand into ASP pages, but it's getting rather tedious as my operations become more complex.
Any suggestions?
- Kronix
"I have not failed. I have merely found 10,000 ways that won't work." - Thomas Edison
Here's what I use, it's very easy to use, and you can conncet to miltiple DBs.
The only thing you need to do is make an ODBC connection in windows.
If you don't know how just ask.
I stuck my head out of the window and got arrested for mooning!
This Post is sponsored by my PC: PIII900, 512MBDimm/133, Seagate 40GB/7200 ATA100, LiteOn 12x DVD, Lite-On 32x12x40 CDrw, Elsa Geforce2 Ultra 64MB incl tv-out, SoundBlaster Live 1024, Ilyama A702HT Vision Master Pro410 17".
O/S: Windows XP Professional (dutch)
Internet: Cable (1Mbit connection)
I stuck my head out of the window and got arrested for mooning!
This Post is sponsored by my PC: PIII900, 512MBDimm/133, Seagate 40GB/7200 ATA100, LiteOn 12x DVD, Lite-On 32x12x40 CDrw, Elsa Geforce2 Ultra 64MB incl tv-out, SoundBlaster Live 1024, Ilyama A702HT Vision Master Pro410 17".
O/S: Windows XP Professional (dutch)
Internet: Cable (1Mbit connection)
I've tried several of the programs mentioned, all with the same result - I can see the tables in my database, but when I click on one of them to expand the treeview (to see the fields), the program says "Please wait..." and locks up. Three different ones do it, so I'm guessing it's not a program problem.
Which means I must be messing up my DSN? This is all new to me, so I'm not entirely sure of the differences between User, System and File. From what I gather, a User DSN allows users to login to the db if they're at the same machine, a System DSN allows anyone to access the db (don't have to login) from the same machine, and a file DSN allows users to log in from a LAN, etc.
...am I close?
Anyhow, I chose System DSN, and I've selected dbase databases. I add the proper path, and everything looks great... except I can't seem to get any more info than just the table names.
- Kronix
"I have not failed. I have merely found 10,000 ways that won't work." - Thomas Edison