all groups > inetserver asp components > october 2003 > threads for october 8 - 14, 2003
Filter by week: 1 2 3 4 5
problem with OLE DB
Posted by laila at 10/14/2003 5:37:35 PM
I am trying to connect to my oracle data base with my asp
page, but it keeps giving an error message
"Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Specified driver could not be loaded due to system error
5".
I even went to the registry to grant full permission to
all users, bu... more >>
Problem with %
Posted by webfox at 10/14/2003 12:17:34 AM
Hello!
I have a SELECT comand passed trhough ASP like This:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
""%Efectuar%"" ORDER BY PK_A_MSGID
and when i pass it it gives me:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
"ïectuar"... more >>
Problem with % in ASP
Posted by webfox at 10/14/2003 12:16:29 AM
Hello!
I have a SELECT comand passed trhough ASP like This:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
""%Efectuar%"" ORDER BY PK_A_MSGID
and when i pass it it gives me:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
"ïectuar"... more >>
Create and show an Excel pie chart in an ASP page
Posted by Dan Williams at 10/13/2003 8:26:19 PM
Does anyone know if its possible to create and show an Excel 3D pie chart in
an ASP page using VBScript? I would like to be able to generate the pie
chart using data taken from an SQL Server database.
Preferably would like a free component without any slogans or advertising.
Many thanks
D... more >>
Double or Decimal?
Posted by Kerri at 10/13/2003 2:31:37 AM
I need a variable to store values from -0.5 to 5.0
Should I use a decimal or a double for this as it looks
like I can user either.
Any help on this simple question is much appreciated.
... more >>
Setting up CDO on test machine at home
Posted by Qwip at 10/13/2003 12:49:27 AM
I'm trying to test a VB component which uses CDO, how can I test it from
home without exchange server setup etc..?
TIA
... more >>
COM properties
Posted by rio at 10/12/2003 5:30:41 PM
what does it mean if you set the activation property of
the COM object to "enable just in time" or "must be
activated in caller's context" in the Component Services?
thanks.... more >>
BrowserHawk competitors
Posted by P. Obbard at 10/10/2003 4:47:02 PM
Does anyone know of any competitors to BrowserHawk, offering other COM-based
browser-detection components?
Thanks,
Philip
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Log Analysis Components/Apps
Posted by CJM at 10/10/2003 2:29:03 PM
Are there any free components out there that will analyse IIS log files and
write selected information to a DB?
I know there are free packages like Analog and Webalizer, but I'm more
interesting in an app or component that feeds log files in to a DB so that
it can be queried later.
Thanks
... more >>
shopping cart and user validaton
Posted by Anirban Paul at 10/10/2003 11:48:02 AM
Dear Friends,
I am trying to make a shopping cart in ASP. My backend is in SQL.
Now during the user access I would like to make some restriction like
if I have only one product left, and two buyer wants to buy it
simountenously at the same time. Now how can I restrict that. Anyone having
any ... more >>
Sending large data
Posted by Aspguy at 10/10/2003 10:32:41 AM
Hi i am in a very peculiar situation, i am getting all the
data from a pdf file and i am storing it in a dictionary
object, i want to send it to a different page, is there
anyway besides using session variable to do it?
any suggestions are appreciated
Aspguy... more >>
ASP and IIS 5.0
Posted by Lyn Edmondson at 10/10/2003 7:12:53 AM
Here's my problem:
We have done a standard install of IIS and are trying to
run an ASP page and all I'm getting is "404 - Page not
found"
1) We made sure that index.asp was in the Documents tab
and that didn't change anything.
2) We renamed the index.asp to index.home and it works
like ... more >>
Newbie request for samples: registering a function to be called from ASP
Posted by Arild at 10/10/2003 2:14:22 AM
I've been requested to move some small VB6 apps onto the web. Thinking of
ASP for the UI and rewriting the logic into a DLL or something and putting
everything onto the server.
Didn't find any references, so do anyone have a tip?
The perfect place would be some kind of tutorial describing the ... more >>
COM memory and CPU usage
Posted by rio at 10/10/2003 12:54:09 AM
i have installed a VB6 COM component in the Component
Services of IIS 4.0. i'm not sure if it's been properly
set-up. it keeps eating up huge chunks of memory and
hangs the ASP page. i have set the created object to
nothing in the ASP page. it does stop executing but it's
still eating ... more >>
COM cannot log error to Event Log
Posted by Mystic at 10/9/2003 10:53:55 PM
My applications use RDS to communicate to the server
Objectes. But after I use Server 2003 IIS6 the error
cannot logged to the Event Log. what can I do
Thank you... more >>
IIS 6.0 stops responding
Posted by brad NO[at]SPAM enformion.com at 10/9/2003 7:53:13 AM
My company has jsut upgraded to WIN 2003 Web Edition IIS 6.0. With the
upgrade IIS is locking on one of our websites, when go to log in the
page just doesn't respond. I have run filemon, below is the output
does anyone have any idea why this is happening.
7:03:58.375 AM winlogon.exe:576 FASTIO... more >>
@transaction=required - results in hang after error thrown
Posted by jegs313 NO[at]SPAM hotmail.com at 10/9/2003 6:21:34 AM
I have an asp page that uses the @TRANSACTION=REQUIRED directive.
Within the page I create two of my vb com+ components that are marked
require transaction. If my first call throws an error I trap and
clear. Then I try to do a second call to present some data after the
error occurs. This se... more >>
include asp
Posted by Ferry at 10/8/2003 3:18:10 PM
Hello,
I have a little question
<%
Option Explicit
If A1 > A2 Then
<!--#include file="A1.asp"-->
Else
<!--#include file="A2.asp"-->
End If
%>
I know that <!--#include file="A1.asp"--> is rong!
But is somthing like this possible?
Thanks,
Ferry
... more >>
ASP login
Posted by Jason at 10/8/2003 8:06:03 AM
I need help developing a script to log users in to my
website. I want the users to be logged in to
Windows/Active Directory via my website using an ASP login
script. Can anyone offer any advice? Are there
components that I can pass a username and password to
Active Directory to log in a... more >>
ASP 0201 error
Posted by David Cowart at 10/8/2003 5:32:03 AM
I am getting an ASP 0201 error "Invalid Default Script
Language" when I try to access ASP files. What causes
this error?
Thanks,
-dave... more >>
PHP to ASP
Posted by Matin Boos at 10/8/2003 3:49:30 AM
I cannot access the ASP General newsgroup, so I'm posting
this here instead. I hope no one will have a problem with
that.
I have recently been hired by an e-company that wants me
to replace all the PHP code in their website with ASP
code. That something that doesn't happen very often, but... more >>
getting the prefix from ?.something.com
Posted by rookie at 10/8/2003 2:09:37 AM
I would like to use the web address prefix as a database locator. Is this
possible to do without creating an individual site.
example
normal address: www.something.com
I would like : apple.something.com where apple is a reference in a
database that I would then display pertinen... more >>
ASP architecture
Posted by Bola at 10/8/2003 1:27:26 AM
Does anyone know where I can find something about ASP architecture, and how
it works with IIS
... more >>
|