| Thread | Last Post | Replies |
|
| installation path | 23 Aug 2005 03:22 GMT | 2 |
Deear friends, How can I read the installed path of my program (dev by VFP8) on user machine? Usage: To distribute upgrade program on CD. When autorun starts my upgrade
|
| How to use convert() or cast() function ? | 20 Aug 2005 17:54 GMT | 2 |
I have SQL2K in the backend and visual foxpro in front end. My sql database has a column called address and it is in memo type. I tried following but could not get anywhere: select cast(address as char(35))
|
| Document DBC | 20 Aug 2005 11:44 GMT | 6 |
I am looking for that utility that you can use to print out the data definitions of your DBC....
|
| Help with ADO Connection String | 15 Aug 2005 12:53 GMT | 3 |
I'm using ADO connection/recordsets in VFP 6.0 and I need an example of a connection string to get to my Free Tables Directory on my local machine. Could someone please post an example code for using ADO against DBFs?
|
| re: what's the advantage of varchar type field over standard char type | 12 Aug 2005 17:13 GMT | 2 |
how is varchar type field definining useful over standard character type fields. i thought varchar types would save diskspace but infact it is increasing the physical size of the dbf ???
|
| SELECT COUNT(*) into variable | 12 Aug 2005 02:10 GMT | 2 |
How do I run a SELECT COUNT(*) and put the results into a variable in code?
|
| HELP with SELECT IN CLAUSE | 11 Aug 2005 09:24 GMT | 4 |
I need to execute a SELECT statement that has an IN clause; but it needs to behave like NOT IN. My current statement looks like SELECT * FROM Company WHERE Company.Name IN "A" I need it to act like WHERE Company.Name NOT IN "A", so is this a valid
|
| Cannot resolve backlink | 05 Aug 2005 00:13 GMT | 3 |
Note: I have already posted this in another discussion group fox.vfp.setup but I repost it in here since it should be posted in here instead. What are the possible causes to get the error "Cannot resolve backlink"? My understanding is that opening a dbf which has problem in ...
|
| Problem with Update trigger and transaction | 04 Aug 2005 15:42 GMT | 2 |
We are currently re-writting some code that wraps around a system that is Fox 5 that we do not own the code for ( eek ). The problem stems from an update that needs to be done on an order table. The update merely indicates the qty of pieces that have shipped on the packer we ...
|