You are not logged in.

  • "MystikShadows" started this thread

Posts: 3

Date of registration: Jan 3rd 2010

  • Send private message

1

Monday, January 4th 2010, 6:04pm

SQL Creating a complete database in code.

Just wondering how I would go about creating a database, through SQL statements, In Jabaco, or is there a better way to do things?

Basically, in VB, I would reference ADOX which would allow me to create database, then create tables for my database, indexes, relationships and the likes. Using ADOX and standard SQL queries such as:

CREATE DATABASE <DatabaseName>

CREATE TABLE <TableName> (Field Definitions).

Etc etc.

Thank you

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

2

Monday, January 4th 2010, 9:03pm

Please use the search facility of this forum and look for "SQL", "JDBC", "CREATE TABLE", ....

Jabaco's standard way to access database resources is JDBC.

Happy searching!

A1880

  • "WhatIsSoftware" is male

Posts: 21

Date of registration: Apr 28th 2012

Location: CyberVillage

Hobbies: Web Development. Android Development. Jabaco Development. :)

  • Send private message

3

Monday, June 11th 2012, 4:42am

searching the forum as index 'JDBC' links to this thread only.

poetfreak

Beginner

Posts: 2

Date of registration: Dec 3rd 2012

  • Send private message

4

Thursday, December 27th 2012, 2:57am

SQL JDBC example...

Hello??? 6 months and still no answer or database example on DataBase Object, MySQL, or JDBC use in Jabaco.

Search reveals only this thread, and Documentation mentions the Database object, and it's properties and methods, but "guessing" sane values is, well, impossible. :cursing:

I was going to build a simple address book using my existing wampstack just to get the swing of things, but I could otherwise use about any other database driver, if I know how to make that object talk to it.

Dani

Intermediate

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

5

Thursday, December 27th 2012, 11:17am

Hey there,

when you start your seach from here searching 'jdbc' returns 66 hits!

Dani

Rate this thread
WoltLab Burning Board