Search found 4 matches
- Thu Feb 19, 2009 11:31 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: DataBinding: 'System.Data.DataRowView' does not contain...
- Replies: 9
- Views: 11241
Re: DataBinding: 'System.Data.DataRowView' does not contain...
I understand that you want me to go into the direction of the API. However to complete your test, could you put some variations in that list, such as model (sku) / price variation / quantites and then test it. I want you to try it by writing directly to the ac_productVariants table, or if you have a...
- Wed Feb 18, 2009 6:29 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: DataBinding: 'System.Data.DataRowView' does not contain...
- Replies: 9
- Views: 11241
Re: DataBinding: 'System.Data.DataRowView' does not contain...
Why are you writing the FoxPro routines to do this job. It would be better to use the AbleCommerce API to do this job. For example you can create some web service which can accept the information and can update the database using Able code. Using an API is not a bad concept, however, I don't curren...
- Tue Feb 17, 2009 12:37 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: DataBinding: 'System.Data.DataRowView' does not contain...
- Replies: 9
- Views: 11241
Re: DataBinding: 'System.Data.DataRowView' does not contain...
Here is the basic code, it is a very long Visual FoxPro program that has many procedures, so here are some relevant pieces: ******** ac_Options Insert upon not locating an existing record SQLEXEC(.nHandle, "INSERT INTO ac_Options " + ; "(name,showthumbnails,thumbnailcolumns,thumbnailwidth," + ; "thu...
- Tue Feb 17, 2009 11:12 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: DataBinding: 'System.Data.DataRowView' does not contain...
- Replies: 9
- Views: 11241
DataBinding: 'System.Data.DataRowView' does not contain...
I'm a developer for a POS and Inventory Management software company that has many customers that are willing to use AbleCommerce with our Web Store solution. Unfortunately, I'm having a problem with regards to variants. I am using SQL Pass-through to update the database. We cannot use dataport since...