i've written a simple stored proc in SQL SERVER and
am running it with ASP.
The proc runs fine in Query Analyzer, returning the correct number depending if the company exists or not...1 = not exists, 0 = exists.
However I'm getting the following error ONLY when the result is 1..???
ADODB error...
I tried to search for this but couldn't find it.
Anyway, i'm new to asp and trying to pass the 'value' of a drop down box.
here's my question:
how do you capture the value of the drop down box?
do i have to use a submit button?
thanks,
warren
here is some code which works in a .bat file.
i can call it and capture the output.
my question is this...can i skip the .bat file altogether and just encorporate this into my vb app using shell?
here's my bat file:
@echo off
for /f "skip=3 tokens=4" %%a in ('reg.exe query...
I'm having a small problem showing a form while a function is being run.
The form starts to show...i can see the titlebar, but the actual form is just transparent.
here is a sample of my code.
Me.Hide
frmload.Show 'the form is transparent and labels don't show
Call load_details 'this runs a...
need another pair of eyes to check out my code below.
i have several check and text boxes which calculate the size of a folder.
All of loops work, except one.
All of the if statements are the same.
i've added another variable in there just for the hell of it, and it calculates it correctly.
what...
Can someone take a look at my code.
i'm working on several different projects and my brain hurts.
Private Sub Command1_Click()
Dim fso As New FileSystemObject
Dim f As Folder, sf As Folder, path As String
Dim server As String
Dim i As Integer
Dim...
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.