Originally posted by: Prashant Kattemalavadi
I want to be able to start Excel. Then after having added data into the spreadsheet be able to read this data into a COleSafeArray automatically.
ReplyOriginally posted by: Prashant Kattemalavadi
I want to be able to start Excel. Then after having added data into the spreadsheet be able to read this data into a COleSafeArray automatically.
Originally posted by: Phil Inglis
Hi, I tried your code and it works great. Just one problem tho, I can't delete rows from a table. It says its not supported by the ISAM. I find this wierd as I can INSERT, and UPDATE, but not DELETE. THis is very annoying as this is a very important operation. Is there something I am missing?
Do I have to buy some professional edition of the drivers or code for this to work?
Thanks
Phil
ReplyOriginally posted by: El Maadani Najib
Hello ,
Accessing foxpro 2.6 files works fine except for one case.
Trying to open foxpro files having file extension
different from .dbf with dbOpenTable.
rs.Open(dbOpenTable, "[customer.dbf]");
works fine.
rs.Open(dbOpenTable, "[customer.tmp]");
does not work for the same table .
Can somebody helps me ?
Thanks
Reply
Originally posted by: Michael Debus
I try to open a dBase Database using Dao:
CDaoDatabase* pDB=new CDaoDatabase;
strDB="f:\\appdat\\dbf\\wgvk6";
pDB->Open("c:\\dbase",FALSE,FALSE,"dBASE III;");
I got an Error "Couldn't find installable ISAM" !
What's wrong ??
ReplyOriginally posted by: Mark Glass
I need to optimize an application written in Access v2.0 which accesses data from DBaseIV tables. Currently, I am linking to the tables using DAO OpenDatase. What is the most efficient method for accessing data from external tables using Access v2.0?
Thanks
ReplyOriginally posted by: Vlad R
Hi.
I have an excel.xlt file that I use as a report for my
application ( user interfacewriten in VB6)
All I need is to fill the spread with data from within the application(without user interaction ) and show the user a prevuwe before printing.
My problem is that my app. and the database will be distributed among many users and not all of them have MSOffice/Excel installed on the computer.
So when my program runs it can not even create Excel.object
to open the file.
Is it posible to find something like a runtime version of excel similar to runtime Access that will alow me to open
my file on machine level(invisible to user) , fill the ranges with data and print to a printer.
P.S It is not very important for user to see the preview of the report but it is very very important to print it.
Any sugjestions ?
Sincerely Vlad R.
Originally posted by: Daniel Canham
Do you know how to make a DAO connection to a SQLServer
Database?? In VC++5.0, the DaoRecordSet class doesn't like
the .dsn created by the ODBC connection tool. Any comments
would be appreciated!
Originally posted by: Lac Bui
How about use DAO to retrieve data from WATCOM data (*.db)
ReplyOriginally posted by: Pietro
Do you have any online chat site for Foxpro Programmers specially old programmers that still do foxpro 2.5 and transition?
Reply