Board index » delphi » Can't create new alias for an Interbase table
John
![]() Delphi Developer |
Sun, 17 Aug 2003 19:08:45 GMT
Can't create new alias for an Interbase table
I am having problems creating an alias for an existing Interbase .gdb file.
I have done it fine for a Paradox database but can't get it quite right. The new alias does appear when i check in the BDE Administrator but the path to the file is not there. I just have IB_SERVER:/PATH/DATABASE.GDB where the real path name should be. This is the code i am using. sFileName is the full file path returned from an Open Dialog box. sAliasName is 'TestSQL'. procedure TForm1.CreateNewSQLAlias(sAliasName, sFileName: string); What am i doing wrong ? |