Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting date into sql or firebird;What is .t. value in
Message
From
09/10/2005 06:27:23
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
08/10/2005 09:30:34
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01050571
Message ID:
01057517
Views:
9
Hi

>Is there any more pitfalls i have to know? firebird seems not to allow indexes of the same name even when those are of different tables..such as when i index a date field on table x, i wouldn't be able to index a date field on table y.
>is this normal?

Firebird object names are unique by design. Tablex, indices, stored procedures, triggers. You need to know this. Think about the index as VFP index files, not tags.

There are many reserved words that you can find in documentation.
You can use reserved names though, using double quotes, "date" is valid but also become case sensitive and the use of double quotes is mandatory.

After you will know it better, I'me sure you will like it :).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform