vias (Programmer) Mar 7, 2005
I have transfered a database from a server to another.
One of the tables contains a timestamp field. The value
of one of the timestamp fields was "3/6/2005 3:00:00 PM".
After the move the value of the same field is now
"06/03/2005 15:00".
In my program I...
I have a combo box and a button next to it
called 'GO'. The combo box gets a list of names
from a table. The 'GO' button is to display
a form attached to a table TabContact
When I click on 'GO' I want the appropriate record
from the table TabContact to be displayed depending
on the name I...
Hi,
SQL Server 2000.
I'm logged in as Administrator on W2K server and when I try
to launch Enterprise Manager, I get the following error:
"The selected file is not a Microsoft Management Console document".
Any help would be appreciated.
Thanks,
Vias.
Hi,
I have a simple query:
select * from users where country = 'united states'
I display 9 records per page using SQL Server and ASP. For example,
if the query returns 14 records, I display the
first 9 on page 1 and records 10 to 14 on page 2
and so on.
If the query doesn't find any...
Hi,
This is an example:
<A HREF="http://www.test.com/
sale.asp?ainfo=192&option1=23&option2=" &var1>click here</a>
I have 3 parameters : ainfo,option1 and option2, and am passing a variable 'var1' to option2.
The first two parameters 'ainfo' and 'option1' are passed correctly but...
Hi,
I have a 256 characters field defined as memo in an
ASP-Access web application.
I do not want users to paste into that field. I just want them only to type into it.
How can this be achieved?
Thanks.
Vias
I need to migrate a web based ASP/ACCESS application
towards ASP/SQL server.
Do I need to change much of the code? Does DTS handle everything? What is the equivalent of field type MEMO
in SQL Server?
What are the common problems when moving to SQL Server?
Thanks in advance.
What are the main differences between MSDE and
SQL Server?
I would like to know how many concurrent users
can the MSDE engine support on the web?
Thanks
Windows 2000, Visual InterDev 6.0
When I try to invoke Microsoft Visual InterDev 6.0, the Visual Interdev header page
appears and disappears immediately. When right-click to open any .asp file
with development environment, I get the following message :
"Cannot find the file...
Windows 2000, Visual InterDev 6.0
When I try to invoke Microsoft Visual InterDev 6.0, the Visual Interdev header page appears and disappears immediately. When I right-click to open any .asp file
with development environment, I get the following message :
"Cannot find the file...
Hi,
whenever I have a browsing error with IE,
for example typing www.google.com/test.asp
I get the following error :
"http://www.internet-optimizer.com/Help/
NavigationError/?e=ERR404&u=http%3A//
www.google.com/test.asp"
Could anybody help me with this.
I just want plain error...
I'm reading records from the database and
listing them.
I have a field 'aboutu' which is a 'textarea' defined
as 'memo' in the Access database. My alignment is distorted
when I list data from database under the heading :
" Name Email City More details"...
I have the following form which accepts
- an email adress &
- city
=======================================================
<form method="post" ID="Form2">
<TABLE id="Table1" cellSpacing="0" cellPadding="4" width="100%"...
Hi,
I have a program called 'search-eventx.asp' and i call a function "getDropdownCity()". I'm getting the following error :
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another...
Hi,
I have a form with a dropdown which calls a function
called 'getDropdown' which reads a database and
fills the dropdown.
It works well on a PC with Windows 2000 server.
I transferred the code to another PC with
Windows 2000 server. The function 'getDropdown()'
does not get executed. I...
I am using ASPSmartUpload to load photos.
The user has to click twice on the "submit" button
before the photo(image file) is uploaded. After the
first click ..it seems to be doing some thing but one
actually needs to click again before the file is uploaded.
Here is the process:
There...
I am using an HTML form to post data to an Access database through IE browser, but when a user enters info into the database I am getting the info twice although the user only submits once.
It's not that the data is being written twice
but it looks like the the ASP page is being executed...
I'm writing into an Access database.
I'm getting this error although the record has been
successfully written in the db.
Microsoft OLE DB Provider for ODBC Drivers error '80040e2f'
[Microsoft][ODBC Microsoft Access Driver]Error in row
/signup2.asp, line 187
Here is the code ...
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.