Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 14975

[RESOLVED] SQLite temporary table issue

$
0
0
Hello Olaf
I'm creating a temporary table from the client side.
Code:

DBClient.Execute "Create TEMP  Table Tbl1 (ID Integer, FName  Text , adr Text,  age  Text )"
  StrSql = "SELECT * FROM Tbl1"
  Set RS = DBClient.GetRs(StrSql)

I'm having this error: Tbl1 does not exist.
Is there something wrong in my code?
thank you

Viewing all articles
Browse latest Browse all 14975

Trending Articles