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 Mike Lewis 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. dellyjm

    Webservice call to DLL Failing

    Hi everyone I'm trying to call a COM DLL from my webservice. The webservice and COM DLL are on the same machine. I am able to access the methods but when I try and run the methods. I get an error stating the OLE DB Service Component couldnot find the specified module. anyone have any insight...
  2. dellyjm

    Webservice with Multiple Classes

    Greetings all, is it possible to have a webservice with multiple public classes embedded. Delton
  3. dellyjm

    Using SQL Server AppRole

    Thanks guys I appreciate the responses and now have a MUCH better understanding of the use of the application role. Thank you. Delton http://www.jnbs.com
  4. dellyjm

    Using SQL Server AppRole

    Hi, can anyone give me a good reason why I should use SQL Server app role in my applications. I can see some benefits but it's miniscule. Thanks. Delton http://www.jnbs.com
  5. dellyjm

    error registering oledb32.dll in PDW load

    Hey dude. I recommend you try using the Visual Installer from Microsoft. Free and it works better. should solve some of your problems. http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/default.aspx Delton. http://www.jnbs.com
  6. dellyjm

    Roles and Rights.

    How do i actually implement the application role in the VB Code? Delton
  7. dellyjm

    SQL query..building a string !

    declare @sql varchar(1000) -- sure this will be parameter declare @variable1 varchar(10) select @sql = 'SELECT X,Y,Z FROM TABLE1 ' select @sql = @sql + 'WHERE TABLE1.NAME in ' select @sql = @sql + @variable1 execute (@sql) Delton Not sure if this is what u want
  8. dellyjm

    Connecting Existing POS to Software

    Hi, I'm currently looking into developing some software that can interface with the Casio TK 6000 and my clients PC. Has anyone ever done this before? I'm kinda new to this. Delton.
  9. dellyjm

    Cannot Connect to DB with TCP/IP but can with Named Pipes

    When trying to connect to the DB from the ODBC creation wizard I get a cannot connect error. When I switch from TCP/IP to Named Pipes it connects easily. Any clue? Delton.
  10. dellyjm

    Difference between TCP/IP and Named Pipes?

    What is the difference between TCP/IP and Named Pipes in the Client Utility for SQL Server? Delton.
  11. dellyjm

    Updating foxpro database with VB 6.0

    This is not clear. Delly
  12. dellyjm

    Run-time error 3265 on installing application

    Have you tried the Visual Studio Installer to package the software? Please try it, I guarantee you it will make a difference. Try it and then write back. Deltoin.
  13. dellyjm

    Run-time error 3265 on installing application

    Hmmm, what packaging tool did you use. I would suggest (if u didn't use it already) using Microsoft Visual Studio Installer instead of the packaging and deployment wizard from the you can customize the setup to make sure all files are available to you. Delton.
  14. dellyjm

    How do I save a string to a file?

    Hi i currently am trying to write an application that will save a string to a file name. It is not working. When i use the file scripting object and save it, the file isnot saved properly. When I copy and paste the same file into notepad it works well. I dunno what to do. FIle type is .XML. Delton.
  15. dellyjm

    How do I deploy a Java application?

    thekobbler, i would like to know how to do both. I am using the SunONE Studio 4 development environment. pablano, this application is one with a user interface ala forms? Delton.
  16. dellyjm

    How do I deploy a Java application?

    Hi guys, how do I deploy a Java application? Delton.
  17. dellyjm

    How do i stop users from moving column in JTable?

    Yes it does, it was what I was doing originally. I was just wondering if I could completely remove the row. Thanks. Delton.
  18. dellyjm

    How do i stop users from moving column in JTable?

    It helped immensely. One more question Flumpy, do you know how to clear the values of the table (cell values)? Delton.
  19. dellyjm

    How do i stop users from moving column in JTable?

    Hi does anyone know how to stop users from moving a column in JTable whilst making the cells editable still? Delton
  20. dellyjm

    MSVCRT.DLL file in Use Error

    MS Visual Installer was the key. The MSVCRT.DLL seems to be important for things like data access. It can be deployed now thanks. Delton

Part and Inventory Search

Back
Top