Hi members please help iam getting this above error message please help.
Error Type:
Microsoft VBScript compilation (0x800A03FC)
Expected 'Next'
/catalogue/DaEngine24.asp, line 91
2.
how can i improve this code to make the colums displayed to automatically change depending on the length of...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ','.
/catalogue/DaEngine24.asp, line 78
When i tick one item it comes out well but when i tick more than one item the application gives the error above...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables.
/catalogue/asp_access_delete_checkbox2.asp, line
but before i tried to debug the out put was
DELETE FROM customer1 WHERE CustomerID = 5
please...
Hi members how can i use vb code to run this script
insert into testtbl(phone,address,city)
SELECT phone,address,city
FROM OPENROWSET('MSDASQL',
'DRIVER={SQL Server};SERVER=kabojja6;UID=makumbi;PWD=',
pubs.dbo.authors) AS a
ORDER BY a.au_lname, a.au_fname
Hi members how can i use vb code to run this script
insert into testtbl(phone,address,city)
SELECT phone,address,city
FROM OPENROWSET('MSDASQL',
'DRIVER={SQL Server};SERVER=kabojja6;UID=makumbi;PWD=',
pubs.dbo.authors) AS a
ORDER BY a.au_lname, a.au_fname
Hi members is there a way of saving this script in a specific folder and i write a code to run it from there automatically and if yes how does that code look like.
GO
SET ANSI_WARNINGS OFF
GO
SET ANSI_NULLS ON
GO
insert into testtbl(phone,address,city)
SELECT phone,address,city
FROM...
I have tried using what you had suggested in (2) but i still get the same problem when i try to save the storedprodure
on the question of declaring valuables, how can i insert those valuables after declaration because i have found out thouse functions of @@servername and username
GO
SET...
Hi members is there away i can code this code into various variables that are dynamic in nature example
declaring the server, declaring the user name so that in case the computer name is changed, the system automatically reads the current computer and user name
2.i also get a problem when...
Hi members iam using sql server 2000
i have a table named catecodes
with the following colums
bookcodes
and the format of coding is
0001-0001
0001-0002
0001-0003
or
0002-0001
0002-0002
etc
is there a code in sqlserver 2000 i can use to automatically generate these numbers in this...
1.Hi members help me modify this code so that it displays ticked items only .
<%@LANGUAGE="VBSCRIPT"%>
<%
Dim MM_library_STRING
MM_library_STRING = "dsn=LocalServer;uid=sula;pwd=sula;"
%>
<html>
<head>
<title>Da Search Results!</title>
</head>
<body>
<form name="form1" method="post"...
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.