| Breck Carter [TeamSybase] 2005-09-12, 8:23 pm |
| IMO the following registry entry...
=====
& #91;HKEY_CURRENT_USE
R\Software\Classes\A
pplications\dbisql. exe\shell\open\comma
nd]
@="\"C:\\Program Files\\Sybase\\SQL Anywhere 9\\win32\\dbisql.exe\"
\"%1\""
=====
should look like this instead...
=====
& #91;HKEY_CURRENT_USE
R\Software\Classes\A
pplications\dbisql. exe\shell\open\comma
nd]
@="\"C:\\Program Files\\Sybase\\SQL Anywhere 9\\win32\\dbisql.exe\" -f
\"%1\""
=====
Without the -f, it chokes when you choose dbisql to handle
double-clicking on a *.xml file:
=====
Syntax error on line 1, column 2: Illegal character "?" (63)
File: "2005 09 09 - 16 38 09 - conn #7508 - 1362.205237 seconds.xml"
on line 1
, column 1
<
Press ENTER to continue...
=====
Breck
--
SQL Anywhere Studio 9 Developer's Guide
Buy the book: http://www.amazon.com/exec/obidos/A...7/risingroad-20
bcarter@risingroad.com
RisingRoad SQL Anywhere and MobiLink Professional Services
www.risingroad.com
|