| Thread | Last Post | Replies |
|
| How to get the view names and sql satement from dbc | 28 Feb 2007 14:11 GMT | 6 |
Dear Friends Is there any way to get the all view name with the sql statement of the view i.e I am talking about utility or any other way. Thanks
|
| AutoInc C# SQL Query | 21 Feb 2007 11:22 GMT | 1 |
I'm trying to create a table with the vfpoledb.1 driver in C# - i'm running the following SQL command: CREATE TABLE CVCheckAudit( AdtID I AUTOINC NEXTVALUE 1 STEP 1,
|
| Converting an Access mdb to dbc | 19 Feb 2007 16:33 GMT | 5 |
I would like some suggestions on how to convert an MDB into a DBC. Is there a simple method to do this, or is it necessary to do it by hand? Thanks Craig
|
| add "," to sting | 16 Feb 2007 10:24 GMT | 3 |
Hi I have some fields of the table in this format $1,587.00 and I need do conversion and the result suppose show as : 2,584. the original data coming in character and the result too...
|
| Get Struct and lenght | 11 Feb 2007 19:31 GMT | 2 |
Hi some customer send me files with different kind of structure, length and extension. I have to create a procedure or form that read the file from any path and store table with structure,file type and biggest length of the source file.
|
| APPEND from csv | 05 Feb 2007 16:40 GMT | 8 |
I have to import from csv. Sometimes file from user or other system has formatted numeric columns with thousands seperator WBS,WP,CECODE,HOURS,DIRECT,OH,GANDA 1.1.1.,1,ENG01,"1,000.00","50,000.00","7,500.00","2,500.00"
|
| Error: External table is not in the expected format | 05 Feb 2007 03:55 GMT | 1 |
I am using .net to access data using the following connection string: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\path;Extended Properties=dBASE IV;User ID=Admin;Password= This works fine on Machine A, when I try to run this on Machine B
|