Hi,
I am created a table with auto incremented field as a primary key in Ms Access table. I am using ASP to insert a record into the table. I wonder how can I get back the auto incremented field from ADO. My code is showed as below:
Set cnn =...
Dear All,
Can I use the Eclispe editor to program a J2EE project like EJB? As I know the Webpshere Application Developer is also based on the Eclispe platform. I have used Webpshere Application Developer, the new project option include a J2EE project when we want to create a new project? But, I...
Dear All,
I want to store some name-value pair data inside a list object in ASP. So that, I can set and get value-pair data from the list using name instead of using array. Is there any built object in ASP that can do that? In Java, we can use the hash table. Or, we can use the associate...
Hi All,
I have a problem open a static recordset in ASP. I wonder static recordset is working in ASP or not? By default, what type of recordset is default in ASP?
My code sample is showes as below:
Set cnn = Server.CreateObject("ADODB.Connection")
cnn.Open CONSTR
Set rst =...
Dear All,
How to use Web Control & SHDocVw.InternetExplorer in vb to disable and enable certain menu items in the Internet Explorer menu. More over, how to enable or disable certain item on the menu bar. Currently, I can make the menu, menu bar, address bar to be visible or invisible but I...
Dear All,
I have wrote a class and I want to pass in parameters in the class_initialize() like below:
Private Sub Class_Initialize(ByVal Name As String)
strUser = Name
End Sub
When I compile it to dll, visual basic prompt error.
Can we actually pass in parameters into class_initialize?
Thank...
Dear All,
I have some data store in database in binary format.
How I retrieve this data from database and handle it?
I can get other data from database and store it into xml file using ADO and MsXML. But I have no idea of how to store the binary data to XML file if even I...
Dear All,
Can I use ADO to create database or tables or any database object programaticallly in visual basic?
If can, please show me where can I get the reference about this issue.
If not,what is the alternative solution?
Thank you very much.
Best Regards,
cmlimnet
Dear All,
I wanna to get primark key and indexes from table in
Ms SQL 7.0 using ADO in VB. I can get the primary and indexes name using below code but I cant get the column name for primary and indexes.
Set cnn1 = New ADODB.Connection
strCnn =...
Dear All,
Can SQL Server 7 export data to XML files or import data from XML files? Is there any SQL function or Api to do that? Or we just write a program using ADO to get data and create a XML file using Microsoft XML parser.
Can SQL Server 7 export data to excel files using any...
Dear All,
Can MSSQL export data to XML file?
I have tried Import and Export Data wizard, but there is no option to export as XML file.
Any ideas from you all.
Best Regards,
cmlimnet
Dear All,
I have create a table in MSSQL 7.0 server like the below.
Table Name : MyUser
Field 1 : UserId varchar (20)
Filed 2 : BirthDate DateTime
Sample Data From SQL Server Enterprise Manager Console:
userid birthdate...
Dear All,
I have wrote a function known as "GetRecordset" and I put this function into a VB class and compile it into dll.
The package and class of the dll is "MyData.DataAccess".
The function's signature is shown as below.
Public Function GetRecordset( _...
Dear All,
I wanna to write a program to monitor system resources such memory usage and cpu usage in multiple plarform like window 2000, linux and unix. Can I use java to do it? Possible or not? I have no idea to do it as well.
I am looking sample program or maybe some opensource software...
Dear All,
For my knowledge, we can use Ms Data Report Designer from Visual Basic 6. We can also execute the report created from Ms Data Report Designer from the VB application executables.
Is there any way to use Ms Data Report Designer with Interdev 6? Actually, I am looking...
Hihi,
Is anybody knows about what is "INITSELF" command?
If possible pls give an example?
In addition, what is "LOGON" message? Again, pls give an example.
Hi Sir/Madam,
I have some questions to consult regarding WinSli32 SLI_OPEN API.
Below is the sample source code to connect host for a LUA application using WinSli32 for LU type 0.
other_verb.common.lua_verb = LUA_VERB_SLI;
other_verb.common.lua_opcode = LUA_OPCODE_SLI_OPEN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.