Jump to content

Recommended Posts

Posted

Does anyone have a suggestion on how to format the following on multiple lines:

_SQLite_Exec($hDB, "CREATE TABLE Administrator,AdministratorName,Password);")

I tried:

_SQLite_Exec($hDB, "CREATE TABLE Administrator_

AdministratorNumber, _

AdministratorName,_

Password);")

but the editor rejects it.

Posted

Does anyone have a suggestion on how to format the following on multiple lines:

_SQLite_Exec($hDB, "CREATE TABLE Administrator,AdministratorName,Password);")

I tried:

_SQLite_Exec($hDB, "CREATE TABLE Administrator_

AdministratorNumber, _

AdministratorName,_

Password);")

but the editor rejects it.

Thank you, that was the information I needed.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...