all groups > inetserver asp db > march 2005 > threads for march 29 - 31, 2005
Filter by week: 1 2 3 4 5
How to return stored procedure's result
Posted by Lin Ma at 3/31/2005 3:09:00 PM
Hi
I have a stored procedure assigns different variables and want to return to
asp page. How can I do it?
Here is part of my sp.
------------------------------------------
IF Exists(Select * from CFSecurity..Secure where UserID = @UserID)
Select @SuntronAccount = 1
Else
Select @Suntro... more >>
querying a csv text array
Posted by Nudge at 3/31/2005 12:27:42 PM
hi,
i am trying to run a asp sql query containging many tables.
the main table though is a simple ID based table contains all ids from the
other tables.
eg:
K_Nr Bundesland Bezirk Index.Branch
1 2 2 ... more >>
Call to MS Access parametrized query from ADO .NET
Posted by (michaelvar NO[at]SPAM walla.com) at 3/31/2005 2:01:20 AM
Hi.
I wrote a query with parameter in MS Access. When i try to call it from .NET(C#)
i recieved errors.
Can everybody send my working code.
Thanks
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, ... more >>
How to protect a connection string in ASP.
Posted by Fabrice at 3/30/2005 4:52:02 PM
Hello,
(With ASP)
I m looking for "the best" way to secure a connection string (OLE DB or
ODBC) for an Oracle database.
Actually, i m using an include file to open and close the connection with
informations write in clear text.
I would like to permit an acces to the application over inte... more >>
I'm leaving SQL Server for another woman, err, DB
Posted by Byron at 3/30/2005 3:05:48 PM
Hey,
I've been doing ASP web apps with SQL Server 2000 for a few years now,
but now I need to purchase a DB server license for a new web server
(which will only be running 5-6 large bandwidth sites) and there's no
way I can afford to use SQL Server. At my previous company I set up the
SQL... more >>
IIS Stops working after 2-3 days
Posted by aqualizard NO[at]SPAM gmail.com at 3/30/2005 11:23:42 AM
I am working on a project using classic ASP. Every time I install
Windows and IIS, it works for 2-3 days and then starts having problems.
Specifically, things that have to do with the FileSystemObject stop
working.
I have tried Win2k, WinXP, the IISs that go with them, different
partitions ... more >>
how to retrieve windows login/pwd in ASP ?
Posted by bob at 3/29/2005 9:59:39 PM
hi,
I want to redirect my user to another page.
With ASP (not .Net) and IIS 5.0, under windows 2000 server.
We have installed the component WinHTTP that is used to manipulate http
requests.
We want to automatically identify the user through his Windows login/pwd
(NTML) He does not need t... more >>
ASP/database problem
Posted by Doo-Dah Man at 3/29/2005 5:44:12 AM
I hope I can make this clear:
I have an Access 2000 database that drives an ASP web site to track
sales leads.
There is a combo box , "units", that lists the inventory of models we
sell. Here's a code snippet
Fills the combo box:
<select name="units" id="units">
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|