You are right that there seems OK for SQL server, but it doesn't work if db is Oracle. If I run your sample code on Oracle table that its PK is self-generated by trigger, I will have...
However, my application is on the middle tier and is not allowed to use any front end controls. I have to use ADODB.Recordset to process database modifications. And here is the...
I use VB6/ADO 2.5 to write middle tier dlls for front tiers. One function is to create new record in Oracle and return the newly created primary key to the front end. The primary keys is...
I have ASP application running on NT4.0(SP6, IIS4, MTS2) that calling MTS components developed by VB 6.0, accessing SQL Server database. For one asp page I got the following error:
...
I have ASP application running on NT4.0(SP6, IIS4, MTS2) that calling MTS components developed by VB 6.0, accessing SQL Server database. For one asp page I got the following error:
...
I have ASP application running on NT4.0(SP6, IIS4, MTS2) that calling MTS components developed by VB 6.0, accessing SQL Server database. For one asp page I got the following error:
...
I have MTS dll as backbone components for ASP application to be distributed to Windows 2000/NT4.0(+SP6+OP) servers. These components work fine under COM+/MTS if they are run by the...
I have MTS dll as backbone components for ASP application to be distributed to Windows 2000/NT4.0(+SP6+OP) servers. These components work fine under COM+/MTS if they are run by the...
I have MTS dll as backbone components for ASP application to be distributed to Windows 2000/NT4.0(+SP6+OP) servers. These components work fine under COM+/MTS if they are run by the...
Yes. I have some methods to process sent in BSTR. But when I cast BSTR into LPSTR and compiled with
MinDependency mode, I get garbage afterwards. Such as:
I wrote a active dll using VB and used in a web project using interDev. The compiled dll (only copy) is on my windows\system directory and I use personal web server.
I have 2 imagelists for a treeview, each load some images, set up on design time. However, when I ran the program several times, I can't see these images anymore. If I goto the imagelist...
Why my treeview checkbox will not show checked/unchecked state when check boxes come back after hided (when treeview.checkboxes becomes true)? If that is the way it is, how can I set these...
My VB program has dlls (our own, VB's and 3rd party's products'). Normally on the NT environment, I have to install almost every dlls on the client and register them if needed, only leave...
I have a report holding about 25 formulas layout as table, values sent by VB code. One of them (rest are OK) always display zero, although it shouldn't and VB debugger told me it's...