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 Wanet Telecoms Ltd 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: nam4520
  • Content: Threads
  • Order by date
  1. nam4520

    Arrays and sessions

    will someone please tell me why I'm getting the 'type mismatch' error on this piece of code. the error comes from the 'for i= 0 to ubound(sysmods)' line. thanks DIM QRY2, RST2, SYSMODS QRY2= "select P.PRE_SYSMOD_NO, F.TAPE_NO from FIXPRE P, FIX F where P.SYSMOD_NO ='" &...
  2. nam4520

    include a file in asp.net

    i want to include this code snippet in an asp.net file and include it in every page where I need to open up my database. it was straightforward in asp. how do i get it done in asp.net? thanks 'this opens up my database sub page_load(sender as object, e as eventargs) Dim strConnectionString As...
  3. nam4520

    .net odbc connection successful but....

    i downloaded the .net odbc dll from microsoft.com. i was able to access data from my interbase database by making a reference to the dll. putting in your code <%@ Page CompilerOptions='/R:&quot;C:\Program Files\Microsoft.NET\Odbc.Net\Microsoft.data.odbc.dll&quot;' Debug=&quot;True&quot...
  4. nam4520

    wscript.shell

    Hey People, Does anyone know why i'm getting this error. I know the root is correct. I'm using an IIS server and my platform is windows 2000 professional. Please help. Error Type: WshShell.RegWrite (0x80070005) Invalid root in registry key &quot;HKEY_CURRENT_USER\Software\ADOBE\Acrobat...
  5. nam4520

    Help with dll

    Hey Guys, I'm new to COM. I don't even know if what i'm trying to do is possible. I want clients to be able to change their registry settings from a server. The code that i'm using works as a vb standard exe. but then, when i make a new project and then use the same code to make a dll which...
  6. nam4520

    special characters in database

    I have special characters such as &,<,>,&quot; already in the data i'm trying to read from my database. I am using ASP with xml. I can use a &quot;Replace function&quot; to replace some of these characters with the replacement entities such as &quot;&lt;&quot; as I loop through to output the...

Part and Inventory Search

Back
Top