![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi People, We are converting over to Pervasive SQL v9.5 on Novell from a database system called DataFlex, I've just run a test on all the fields and database names we use to check if they are the same as SQL keywords, and there are tons of them. Does anybody know if this will cause us massive problems in the future? or can we get around this by encapsulating the field with characters such as '' or [] ? i.e surely doing: SELECT desc FROM user WHERE min = 10 would be a massive pain in the ass? would we be able to get by without any problems by doing for example: SELECT 'desc' FROM 'user' WHERE 'min' = 10 Or is the pervasive engine intelegent enough to get by? Any advice on this would be a great help. Cheers |
#2
| |||
| |||
|
|
Hi People, We are converting over to Pervasive SQL v9.5 on Novell from a database system called DataFlex, I've just run a test on all the fields and database names we use to check if they are the same as SQL keywords, and there are tons of them. Does anybody know if this will cause us massive problems in the future? or can we get around this by encapsulating the field with characters such as '' or [] ? i.e surely doing: SELECT desc FROM user WHERE min = 10 would be a massive pain in the ass? would we be able to get by without any problems by doing for example: SELECT 'desc' FROM 'user' WHERE 'min' = 10 Or is the pervasive engine intelegent enough to get by? Any advice on this would be a great help. Cheers |
![]() |
| Thread Tools | |
| Display Modes | |
| |