Originally posted by: Aijaz
I using MS Access as backend but I don't know how to make connection. plz send me connection code and dicription.
My app uses ODBC API in win2000 whit VC++6.0.it can't run in XP sp2.0,The SQLfetch() can't out! yhj199@tom.com thanks a lot!
ReplyOriginally posted by: rasho
What is simpliest method to add new field to database table
using ODBC, and also using ADO
Originally posted by: Nenad Mustafic
KEY SETLLR001
How can I set pointer in DB2/400 file with some key, and than read records from that point?
In rpg/400 this is something like this:
KEY KLIST
KFLD NAME
KFLD COLOR
READ R001 99
Originally posted by: Ramy Aiob
i find some classes that support with Dao not Odbc
can you send me pleas a class that support ODBC
to view my Access Repot in my MFC aplication;
thank you;
Originally posted by: kingkong
How to add a full row into the database,not only one field?
ReplyOriginally posted by: kingkong
How to add a full row into the database,not only one field?
ReplyOriginally posted by: Deluxe
It seen that I can only retrive 20 row of records...? for instance , i have more than 1000 of records... how could I retrive that by using GetFieldValue()...?
Thanks
////////////////////////////////////////////////////
I could not send a reply therefore I try here to modify :)
Hi,
If you look at the documentation of CRecordSet at MSDN, you will find out that you can call the virtual function SetRowSetSize(DWORD dwNewRosSetSize) to set a new number of fetched rows. The default size is 25 rows.
Hussam
Reply
Originally posted by: Caleb
CDBField *pF1 = new CDBField();
How could we do datetime column with MSSQL ...? My code fragment is here...
pF1->m_sColumn = "time";
pF1->m_sValue = "1-1-2002 1:1:1";
pCon->m_pFields.Add(pF1);
if(!pCon->AddNewRow("test"))
{
return;
}
I alwas get the error message "Invalid Characters for cast specification".....
Reply
Originally posted by: Cyndi L. Chatman
Hi -
Is there a way, using this connection, to print reports
or run macros within the Access database?
Thanks,
Cyndi
Originally posted by: Amin Khan
How Do I make Connection With As 400 To use the data in my VB Project