new bug FW 13.05:can´t append records to ACCESS and TDatarow

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby nageswaragunupudi » Fri Jun 21, 2013 4:39 am

I executed your exe as it is on empty table.
I did not get any runtime error.
This is the result.
Image

Surprising that you have problems on different PCs

Wondering how to find what is that difference that is creating the problem.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby lucasdebeltran » Fri Jun 21, 2013 7:53 am

Mr. Nages,

Thank you very much for your help and patiente.

It is very strange.

Which OS do you use?.

And which ODBC Access driver are you using please?.

Thank you.


PD. Antonio, can you also test my .exe and EMPTY ACCESS.MDB please?.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby nageswaragunupudi » Fri Jun 21, 2013 9:07 am

Windows 8 32 bit
I have both ACE 12.0 and Jet Oledb.
FW_AdoOpenConnection( <mdbfilename> ) defaults to ACE in my case.
I also tried opening with JET ( using jet connection string) and tried and then also it works.

Actually, not only for this example, I am also doing work with access in other applications also for me all my applications are working.

Yes we can ask Mr Antonio also to try.

Please let me know if you are using FWH13.05? or mix of 13.04 and the new programs?
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby lucasdebeltran » Fri Jun 21, 2013 9:15 am

Can you please test on Windows 7 or XP?.

>>I have both ACE 12.0 and Jet Oledb.
>>FW_AdoOpenConnection( <mdbfilename> ) defaults to ACE in my case.

How do you achive it?.

Which connection string do you use for ACE 12 please?.

Can you please sent to my email fixed FW 13.05 libs please?.

Thank you.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby anserkk » Fri Jun 21, 2013 12:14 pm

I tested your exe on my PC (Windows 7, 32 bit).

It is working fine

Regards
Anser
User avatar
anserkk
 
Posts: 1332
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby nageswaragunupudi » Fri Jun 21, 2013 12:17 pm

Mr Anser

Thank you very much for testing.
Can you also please test on XP, in case you have an XP around ?
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby nageswaragunupudi » Fri Jun 21, 2013 5:06 pm

Mr Lucas

Please try this
After opening RecordSet

oRec := TDataRow():New( oRs, , .t. )
oRec:aData[ 1, 3 ] := .f. // means readonly

Assign values to some fields but not to the field ID
and then call

oRs:Save()

Please let me know if this works for adding first record to a new empty table ( having ID as the first autonumber column )
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

Postby anserkk » Sat Jun 22, 2013 4:45 am

nageswaragunupudi wrote:Mr Anser

Can you also please test on XP, in case you have an XP around ?


Dear Mr.Rao,

Tested on Windows XP (Service Pack 3) and it is working fine.

Regards
Anser
User avatar
anserkk
 
Posts: 1332
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 33 guests