Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SqlFriend
Starting Member
26 Posts |
Posted - 2004-08-23 : 09:05:09
|
I want to write a little Java application which connects to my MSDE database and allows me to run some simple queries. Does anyone have any pointers on how to get started? (Web examples, tutorials). Thank you for any pointers! |
|
rrb
SQLTeam Poet Laureate
1479 Posts |
Posted - 2004-09-01 : 00:15:45
|
here http://www.mcse.ms/message952364.html Download the java tutorial http://java.sun.com/docs/books/tutorial/jdbc/MSDE is just another ODBC compliant data source. So the only thing that will be different from any other data source will be the connection string. Beware though, early version of JDBC were awful and didn't implement support for things like stored procedures (how could they get anything done???)Post back if you need more help--I hope that when I die someone will say of me "That guy sure owed me a lot of money" |
|
|
|
|
|