M
mahesh rao via .NET 247
I have a database which stores the Accounts and productsinformation. Account is always updated with products values. Forexisting products, I have to use UPDATE SQL command. If newproducts are added into Products table, the new Product rowsneed to be inserted into Accounts table.
Is there a way I can INSERT a record, if Update returnsNo-Record-found with minimum trips to database? I'm using Accessdatabase and CSharp.
Is there a way I can INSERT a record, if Update returnsNo-Record-found with minimum trips to database? I'm using Accessdatabase and CSharp.