Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cmlimnet
  • Content: Threads
  • Order by date
  1. cmlimnet

    How to get auto increment field from ADO

    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 =...
  2. cmlimnet

    Dear All, Can I use the Eclispe

    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...
  3. cmlimnet

    Any Collection Object In ASP?

    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...
  4. cmlimnet

    Static ADODB.Recorset In ASP

    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 =...
  5. cmlimnet

    Web Control & SHDocVw.InternetExplorer How to

    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...
  6. cmlimnet

    Class_Initialize Problem!

    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...
  7. cmlimnet

    How to Conver binary data to ASCII-HEX

    Dear All, How to convert binary data to ASCII-HEX using VB? Any ideas for you all? Thank you. Best Regards, cmlimnet
  8. cmlimnet

    How to store binary from database to XML file

    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...
  9. cmlimnet

    How To Create Database & Table Using ADO?

    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
  10. cmlimnet

    How to Primary Key and Indexes using ADO in VB6

    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 =...
  11. cmlimnet

    SQL Server 7.0 and XML support

    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...
  12. cmlimnet

    Export Data to XML file

    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
  13. cmlimnet

    Problem of Selecting Data With DateTime datetype

    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...
  14. cmlimnet

    ASP : Type mismatch error

    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( _...
  15. cmlimnet

    How to use Java to code system monitor program?

    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...
  16. cmlimnet

    Using Ms Data Report with Interdev???

    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...
  17. cmlimnet

    What is INITSELF command?

    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.
  18. cmlimnet

    WinSli32 API - SLI_OPEN fail to connect to host

    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...

Part and Inventory Search

Back
Top