![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When my .net application uses "microsoft visual foxpro odbc driver" to execute a SQL statement as following: select * from ordersTable where var(mycolumn) >1000 I got error: could not find var.prg I throught var function is supported by the driver, could someone help me here. Thanks. Holly Li -- Posted via http://dbforums.com |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks. Then could you tell me how to convert a String to a number? The situation is that there is a column in table "orders" called "date" that stores "date" as string of seconds. I wanted to do a "select " like: select * from orders where date>somenumber Since the "date" is stored as string and I don't want to compare String, I am thinking of converting the "date" to number first. Any ideas? Thanks a lot. Holly Li -- Posted via http://dbforums.com |
#5
| |||
| |||
|
|
Thanks. Then could you tell me how to convert a String to a number? |
|
The situation is that there is a column in table "orders" called "date" that stores "date" as string of seconds. I wanted to do a "select " like: select * from orders where date>somenumber Since the "date" is stored as string and I don't want to compare String, I am thinking of converting the "date" to number first. Any ideas? Thanks a lot. |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |