Hi everyone,
I'm working on transfering some functionality form VB6 app to .NET c# application. I'm new to VB6 and I'd like to ask you for some help.
I have some clases that are an entities or sth like that:
Let say we have a class VATRate.cls with some properties.
I'm trying to find a sql code (underyilng db is MSSQL 2000), that inserts data filled in a form to the db.
After button click an instance of VATRate is created, properties are being set.
Then an
is being called and the the item is being inserted into db.Code:Public Function post() As Boolean post = AA.post() End Function
AA isI'm looking for a code that would be responsible for sql insert into db table, but unfurtunately I cannot find it.Code:Private AA As aaacceng.VATRate
Could you tell me if there's some functionality in VB6 that could make insert data from objects into db without knowing the sql code?




Reply With Quote