Hi all,
I have a form that allows users to upload files to the server. How do I check, either on the client side before upload OR server side after upload, if the file is valid?
For example, say a user selects file to upload but manually changes the file name in the input box to one that...
Hi all,
I'm using ASP and ADO to connect to a SQL Server database. I get an error of "Server object, ASP 0177 (0x800401F3)
Invalid class string" on the line:
Set rsField = Server.CreateObject("ADODB.field")
I've installed MDAC 2.8. Can anyone help me?
Thanks
Hi,
I'm using a DSN connection to a remote mySQL database in an ASP page. I know for sure the database exists but for some reason I get the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MySQL][ODBC 3.51 Driver]Unknown database 'ubb'
/ccweb/login.asp...
Hi,
I'm using a DSN connection to a remote database in an ASP page. I know for sure the database exists but for some reason I get the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MySQL][ODBC 3.51 Driver]Unknown database 'ubb'
/ccweb/login.asp, line 53...
I already posted this in the Win 2000 forum, but I thought I'd try here as well...
I can't seem to run ASP scripts. When I try, I get an http 500 internal server error. Then I look at the event viewer and I see the following:
DCOM got error "Overlapped I/O operation is in progress...
I can't seem to run ASP scripts. When I try, I get an http 500 internal server error. Then I look at event viewer and I get the following:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon psd-domain\psdserver in order to run the server...
Is there *any* possible way to convert this string:
2003-12-11T14:29:56.2729751-05:00
to a Calendar object???
I'm getting the string from a SOAP response. The element is "Expires" and the string above is the value. I need to take that string and save it as a type java.util.Calendar...
Hi all
I have an java client app that accesses .NET web services. I need to write a handler that captures the SOAP response from the service. I'm confused about what classes/interfaces to use?? I'm basically just confused about where to start...
Please help me somebody...
Carol
Does anyone know of a way to keep a property accessible throughout a user session in a Java app? I'm writing a Java native client app to access remote .NET services (web services). The services issues a session ticket upon login to implement security...this ticket needs to be accessible to all...
Ok, this is pretty complicated:
We just switched over to active directory...and ever since then our scheduled tasks aren't able to run properly and on time without some tweaking because of user accounts issues. I have one particular task that's scheduled to run every 30 minutes every day. It...
Can someone tell me how I can set the size and location of a JList without JScrollpane on a Contentpane w/BorderLayout?
I've tried setBounds, setMaximumSize, setPreferredSize, setMinimumSize...but the lists don't appear to be the size I specify.
Hi all,
I have a web app that needs to insert into a table. This table has a field that is of numeric data type and it's set to auto-increment. It does not allow nulls. This field is called 'Ev_ID'. It is also the primary key. When I insert using query analyzer with the following sql...
Hi, everyone
Can someone tell me how I can play a .swf in a standalone Flash Player as opposed to playing in the browser? I believe playing it in the browser is causing my comp to be low on Virtual Memory (Win 2000 pro, SP 4, 128 mb of ram)
Thanks,
Carol
I have an .swf file that is set to loop by default, but it doesn't. The html file has a param tag (for the object tag)to loop with a value set to true. It is also set in the embed tag, which is nested inside the object tag.
My guess is that something needed to be done in the source file...
I have a web page that updates records in a mySQL database. I'm having trouble updating the fields that are of "mediumtext" type. When I'm updating that field using ASP/vbscript, the value is a string. I get the following error on the page:
Error Type:
Microsoft OLE DB Provider for...
Is it possible to either:
1)Have more than one recordset open at once? All recordsets from the same database, but independent of each other
Or
1)Just create one recordset object, open - close - and recreate multiple times?
Hi, All
I'm working on a page that changes dynamically with changes to a database. There is a large chunk of text that is queried from a database to be displayed on the asp page. I'd like to save the white space that is already in this text - including the carriage returns and such. How...
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.