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 SkipVought 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: *

  1. fogelda

    Use of ActiveX in a Stored Procedure

    Hi, thanks for the answer, but I'm not trying to create an ActiveX, than to use an existing ActiveX inside Stored procedure. For example, if some value in database is X then run activeX.Method(X). Can I do it?
  2. fogelda

    Use of ActiveX in a Stored Procedure

    How can I use an ActiveX in SQL Server stored procedures? Thank you in advance Daniel
  3. fogelda

    SQL Database Query

    Hi, here is the query: strSELECT = "SELECT * FROM stock WHERE Ref like "'*" & txtRef.Text & "*' " If it does not work, replace * to % (there is sometimes a problem with it in RDO.
  4. fogelda

    What is the replacement in XP for "format /s" in Win98?

    I need to create a flash for some PC card and I'm using "format /s" in Windows 98. There is no "/s" parameter in Windows XP. Is there something else that does the same?
  5. fogelda

    Problem with CreateFile function

    I'm using CreateFile function for opening files (in matter of fact devices, but I tried to ope a fle and I had the same problem). When I devug the application, CreateFile function succeeds, but when I compile it and run as an exe file, it doesn't work (I'm getting handle=-1). Anyone has an idea...
  6. fogelda

    Making a DLL

    One of ways to do it is to create a public class file in your dll object and to copy your function there. Then compile the dll, load it in some test project as reference and you'll be able to use your function.
  7. fogelda

    How to deploy a dll in web page?

    I have a VB application where all forms are part of dll's (mostly, every form is loaded by loading an appropriate dll in the main program envelope code). I would like to make a Web application from this VB application. Is there any way I can use existing forms, or I should rewrite the interface...
  8. fogelda

    CSocket with CArchive and CSocket File

    I'm working with CSocket, CArchive and CSocketFile mechanism. When I'm trying to send approximately 12.5 kbyte per sec. after while I'm receiving the following error message: An unknown error occurred while accessing an unnamed file Someone can help to cope with it? Thank you in advance.
  9. fogelda

    How to do import in SQL Server 6.5

    I need to do import to a file that is not SQL Server database. It is very simple in SQL Server 7.0, but I cann't find the feature in version 6.5?!? Thank you in advance
  10. fogelda

    Remote computer is not available

    I have a share directory on my computer (WinNT 4) (call it MyDir). I have defined with "map network drive" on the same computer drive M: as \\MyComp\MyDir At the begining everything is fine, but after building some project in VC++ 5 , I'm getting following message when I'm trying to...
  11. fogelda

    Remote computer is not available?!?

    I have a share directory on my computer (call it MyDir) I have defined with "map network drive" on the same computer drive M: as \\MyComp\MyDir At the begining everything is fine, but after building some project in VC++ 5 , I'm getting following message when I'm trying to access drive...
  12. fogelda

    Web server not found

    I've done it, but still it doesn't work. I'm desperate!!!
  13. fogelda

    Web server not found

    I had to format my disk, but after I installed everything (Personal Web Server, IIS, FrontPage98 extensions, SP5 for VS6, SP4 for NT), I don't get the server name in new project wizzard. Any suggestions?

Part and Inventory Search

Back
Top