Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vias
  • Content: Threads
  • Order by date
  1. vias

    TIMESTAMP field problem when moving to another server

    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...
  2. vias

    Problem getting the correct record

    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...
  3. vias

    The selected file is not a Microsoft Management Console document.

    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.
  4. vias

    Query problem with composed word like 'United Kingdom'

    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...
  5. vias

    How to correctly pass parameters to URLs ?

    Hi, This is an example: <A HREF=&quot;http://www.test.com/ sale.asp?ainfo=192&option1=23&option2=&quot; &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...
  6. vias

    How to avoid pasting into a memo field

    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
  7. vias

    ASP Access towards ASP SQL Server2000

    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.
  8. vias

    MSDE and SQL SERVER

    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
  9. vias

    Problem starting Visual Interdev on Windows 2000

    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 : &quot;Cannot find the file...
  10. vias

    Problem starting Visual Interdev

    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 : &quot;Cannot find the file...
  11. vias

    Browsing error 404 with IE

    Hi, whenever I have a browsing error with IE, for example typing www.google.com/test.asp I get the following error : &quot;http://www.internet-optimizer.com/Help/ NavigationError/?e=ERR404&u=http%3A// www.google.com/test.asp&quot; Could anybody help me with this. I just want plain error...
  12. vias

    Windows 2000 Server coming to a standstill!

    The process smc.server is taking more than 90 % of CPU time. Help please.
  13. vias

    SMC.EXE problem

    SMC.exe is taking more than 90% of CPU. can anybody help? Thanks.
  14. vias

    Textarea : How to correctly list data from database

    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 : &quot; Name Email City More details&quot...
  15. vias

    Preserving a Form info

    I have the following form which accepts - an email adress & - city ======================================================= <form method=&quot;post&quot; ID=&quot;Form2&quot;> <TABLE id=&quot;Table1&quot; cellSpacing=&quot;0&quot; cellPadding=&quot;4&quot; width=&quot;100%&quot...
  16. vias

    ADODB.Recordset error

    Hi, I have a program called 'search-eventx.asp' and i call a function &quot;getDropdownCity()&quot;. 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...
  17. vias

    Function executed on one PC but not on 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...
  18. vias

    Need to click twice before I can upload a file!

    I am using ASPSmartUpload to load photos. The user has to click twice on the &quot;submit&quot; 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...
  19. vias

    ASP page being executed twice...is it a bug?

    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...
  20. vias

    Update Error after record is written in the database

    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 ...

Part and Inventory Search

Back
Top