You got some errors in your query...
try this string:

put revdb_connect("sqlite", database ,,,,, "[EMAIL PROTECTED]", "bdJycJ") into tConID

also it is recommended to always quote strings, as it could get you in trouble if you later make a variable with that name:

put "x12provider" into database

On Jan 04 2006, at 18:02, Jeff Honken wrote:

on mouseUp

     put x12provider into database


  put revdb_connect("sqlite","& database
&",,,,,"[EMAIL PROTECTED]","bdJycJ") into tConID
  if tConID is "" then
    answer warning "Problem creating or accessing database!"
  else
    put tConID into gConID
  end if

  answer gConID
end mouseUp

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to