Jump to content

Databeses


iid

Recommended Posts

Hi,This is my first day in using asp. I don't know what databases shoul I use, how can I connect to a DB, etc... I read some tutorials but all of them are describeing Access DB. I don't use Ms Access, but I am using OpenOffice.org Base - I think is odb. Can you tell me how can I connect to thiss type of DB?My english is not very good, so... excuse me :) Thank you!

Link to comment
Share on other sites

I guess OpenOffice.org Base is not a database,but a gui for databases...

OpenOffice.org Base enables you to access a variety of databases. This ranges from some text or dBase files on your hard disc, over for instance MySQL and PostgreSQL up to e.g. Oracle and DB2. There's even more than this, since OpenOffice.org is capable of talking to any database which provides and ODBC, JDBC or (on Windows) an ADO driver.For all those database, OpenOffice.org offers you the usual data manipulation features: You can read and write data in various ways. Most simple, you can use table views. But you can also create your own queries, using the graphical query design. Additionally, you can create own form documents, using OpenOffice.org's powerful form designer.
this is what the OpenOffice.org Base site says...Check out this site for connection stringshttp://www.connectionstrings.com/
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...