[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Unloading a table in SQLBase
- Subject: Unloading a table in SQLBase
- From: "Cooper, Marcus" <MCooper@APL.GT-WIS.COM>
- Date: Fri, 16 Jan 1998 13:07:54 -0600
Hello everyone,
I am trying to unload a table to a filename that is entered into a
variable using SQLBase and SQR3. When I try this is doesn't like the
variable as part of my unload statement. Here is what I am doing:
Begin-procedure
Begin-SQL
Unload data SQL $FileName ps_health_benefit
End-SQL
End-procedure
(where $FileName was entered through an input statement.)
It says it can't bind to my variable. I hope someone can help
Thanks
Marcus Cooper
Grant Thornton LLP
Mcooper@apl.gt-wis.com