Re: Newbie needs help in connecting to an Oracle 10g DataBase from an MFC code.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Thanx a lot but it would be really helpful if i could get the steps and

code for connectivity through ODBC .I have a table in Oracle database
,i want to populate data from that database into a form i created using
MFC in EVC++,i have no idea where to start.

I read in the help section of MFC databases that MFC for Windows CE
contains four database classes (CCeDBDatabase, CCeDBRecord, CCeDBProp,
and CCeDBEnum) unique to Windows CE. These classes support the simple
Windows CE database functionality. MFC for Windows CE does not support
other MFC database
classes, such as CDaoxxx or COleDataxxx.

How do i use CCeDBDatabase, CCeDBRecord, CCeDBProp, and CCeDBEnum. I am
desperate for a sample code,i have gone through so many articles in the
net ,frankly speaking i am totally confused.

.



Relevant Pages

  • Re: Book Suggestions on MFC programming in Windows CE 3.0 ???
    ... When I started programming this two years ago I picked up Programming ... Windows With MFC by Jeff Prosise. ... For you database programming on CE go take a look at "A Set of Adoce ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Book Suggestions on MFC programming in Windows CE 3.0 ???
    ... When I started programming this two years ago I picked up Programming ... Windows With MFC by Jeff Prosise. ... For you database programming on CE go take a look at "A Set of Adoce ...
    (microsoft.public.pocketpc.developer)
  • Re: Book Suggestions on MFC programming in Windows CE 3.0 ???
    ... When I started programming this two years ago I picked up Programming ... Windows With MFC by Jeff Prosise. ... For you database programming on CE go take a look at "A Set of Adoce ...
    (microsoft.public.windowsce.app.development)
  • CoCreateInstance failed!!!!
    ... I am a newbie to oledb programming. ... Creation and accessing of database from Win Ce/ Embedded vc++ MFC based ... ultimate aim is to access a sql server database from sql server ce provider ...
    (microsoft.public.data.oledb)
  • Re: How can I rename a database table?
    ... You may want to ask this in an SQL group, but perhaps you'll have to write a stored procedure to do this sort of thing and it could be that the queries you do through the MFC interface are more restricted. ... As a result of my limited database and MFC knowledge I am having ... theDataBase.ExecuteSQL("RENAME oldTableName TO newTableName"); ... Can anyone suggest a way of renaming this table programmatically? ...
    (microsoft.public.vc.mfc)