Originally posted by: song jung ok
I tried to connect paradox(3.x,4.x,5.x) table with DAO as you referred.
But I got error message like "Not found element in the list"
when I open recordset. Do you know why it happen?
Let me konw.
Originally posted by: vishy
how to convert visual foxpro free tables in microsoft sql database
ReplyOriginally posted by: Thomas
When I try to connect to an Excel 2000 workbook I get "Couldn't find installable ISAM." What do I use for a connect string to excel 2000?
Thanks
Hisashi Kanada wrote.
Probably, you have not installed data access components included in Visual Basic.
I think you have to add these components from CD-ROM of VB by appwiz.cpl.
Thank you.
Hisashi Kanada
Reply
Originally posted by: Michael
How do I export my CRecordset or CListview Data to
Text File, Excel Word or Html?? Please Help!
Originally posted by: Reshmavs
I wud want to know how to open a txt file in excel which contains colon(:) as a delimiter
ReplyOriginally posted by: Reshmavs
I wud want to know how to open a txt file in excel which contains colon(:) as a delimiter
ReplyOriginally posted by: Witcn
the article is very good,but i want to know how to save the data into excel ?
ReplyOriginally posted by: Shaun Garratt
Having problem extracting records from a dBASE file using DAO C++ connecting to Access 2000, but FoxPro is ok.
I can load a dBASE file, retrieve field names,lengths ect.. then when I come to extract the field contents, it only extracts garbage i.e '??????y'.
The COleVariant data type is a VT_BSTR, and this code works fine when working with FoxPro files, I have installed v3.6 of DAO but still have the same problem. I have loaded the dBASE directly into access and no problems, so the problem is down to the connection.
Can anybody shed any light on this problem, as I have not got anymore ideas how to solve this.
Thankyou in advance....
Shaun Garratt
Originally posted by: Pramod
Hi,
I am a beginner in VC++. I want to make a program to read data from a text file and write to a databse(Oracle).
The data is stored in such a way that each record is seperated by coma (,) as delimiter.
like:-
aaa,bbbb,ccc
ddd,eee,ffff
Can you throw some light to my problem
ReplyOriginally posted by: Alper Ayka�
Did you have any sample code involving seek function..
I have developed a logging tool to log device names and device alarms in a database sothat we can be able to search and prepare reports..
I created and index for the first of the table and set it as the current index. When i tired to search a particular pattern that I know does not exist in that field in database but seek function return non-zero- finds this pattern ???-. I used CDaorecordset::seek function for this purpose.
What points I have to check