I am experimenting with TooMuchSpace's CFDatabase plugin, specifically I am wanting to compare speed using SQLite against the built-in RB classes. I thought that this code would result in the creation of a SQLite database file if one did not exist:

  dim dbFile As FolderItem
  dim RulesUpdaterDB As CFSQLite

  dbFile = SupportFolder.Child("Downloaders.sql")
  RulesUpdaterDB = New CFSQLite

  if RulesUpdaterDB.Connect(dbFile) then
    MsgBox "Success!"
  else
    MsgBox "Database Not Created!"
  end if

However, the database file is not created.  Any thoughts?
--
Chris Jett
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to