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 ='" &...
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...
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:"C:\Program Files\Microsoft.NET\Odbc.Net\Microsoft.data.odbc.dll"' Debug="True"...
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 "HKEY_CURRENT_USER\Software\ADOBE\Acrobat...
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...
I have special characters such as &,<,>," already in the data i'm trying to read from my database. I am using ASP with xml. I can use a "Replace function" to replace some of these characters with the replacement entities such as "<" as I loop through to output the...
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.