![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm having a problem to execute (WinCE): INPUT INTO "DBA"."TableSql" FROM \\Application\\populate.sql' FORMAT ASCII; The table doesn't populate! Is it possible that i have to specify a drive in the path? I'm using Windows CE (doesn't have a drive). It there anything i can do? Does the command works without to specify a drive? |
#3
| |||
| |||
|
|
INPUT is a feature of DBISQL. DBISQL is not available on/for the CE device so if you are running DBISQL it would be on a desktop/laptop and that will not find the URL provide. You probably need to use LOAD TABLE instead. Timrek> wrote in message news:443d2f07.15d1.1681692777 (AT) sybase (DOT) com... I'm having a problem to execute (WinCE): INPUT INTO "DBA"."TableSql" FROM \\Application\\populate.sql' FORMAT ASCII; The table doesn't populate! Is it possible that i have to specify a drive in the path? I'm using Windows CE (doesn't have a drive). It there anything i can do? Does the command works without to specify a drive? |
#4
| |||
| |||
|
|
INPUT is a feature of DBISQL. DBISQL is not available on/for the CE device so if you are running DBISQL it would be on a desktop/laptop and that will not find the URL provide. You probably need to use LOAD TABLE instead. Timrek> wrote in message news:443d2f07.15d1.1681692777 (AT) sybase (DOT) com... I'm having a problem to execute (WinCE): INPUT INTO "DBA"."TableSql" FROM \\Application\\populate.sql' FORMAT ASCII; The table doesn't populate! Is it possible that i have to specify a drive in the path? I'm using Windows CE (doesn't have a drive). It there anything i can do? Does the command works without to specify a drive? |
#5
| |||
| |||
|
|
I tried this command : LOAD TABLE "DBA"."TableSQL" FROM '\\Application\\populatesql.sql' |
![]() |
| Thread Tools | |
| Display Modes | |
| |