Problem with Requery/Update

FragenFrager
Member Posts: 69
in SQL General
Hello everyone,
working with a Navision 2009 R2 DB (Classic Client) changing data with a SQL-DB via ADO I'm now facing a Problem:
I put data from a NAV-Table into the SQL DB with AddNew and Update, so far it works. After having written data to the SQL-DB, I have to put a value of 1 to a Status field there. This is the code (I did not find a way to fomat it):
gatADORecordSet.Fields.Item(FORMAT(gTxT_ExportOrderHead_ProcState)).Value := 47;
gatADORecordSet.Update;
gatADORecordSet.Requery(ginRequeryMethod);
gatADORecordSet.Fields.Item(FORMAT(gTxT_ExportOrderHead_ProcState)).Value := 1;
gatADORecordSet.Update;
The value of 47 is being put to gatADORecordSet.Fields.Item(FORMAT(gTxT_ExportOrderHead_ProcState)).Value . Unfortunately the value of 1 is not. I also tried Close and Open instead of Requery, but it had no effect.
Has anyone an idea what I did wrong?
With kind regards.
working with a Navision 2009 R2 DB (Classic Client) changing data with a SQL-DB via ADO I'm now facing a Problem:
I put data from a NAV-Table into the SQL DB with AddNew and Update, so far it works. After having written data to the SQL-DB, I have to put a value of 1 to a Status field there. This is the code (I did not find a way to fomat it):
gatADORecordSet.Fields.Item(FORMAT(gTxT_ExportOrderHead_ProcState)).Value := 47;
gatADORecordSet.Update;
gatADORecordSet.Requery(ginRequeryMethod);
gatADORecordSet.Fields.Item(FORMAT(gTxT_ExportOrderHead_ProcState)).Value := 1;
gatADORecordSet.Update;
The value of 47 is being put to gatADORecordSet.Fields.Item(FORMAT(gTxT_ExportOrderHead_ProcState)).Value . Unfortunately the value of 1 is not. I also tried Close and Open instead of Requery, but it had no effect.
Has anyone an idea what I did wrong?
With kind regards.
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions