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 bkrike 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: *

  1. TheBestOfMe

    JCIFS and Tomcat

    Hi, I'm currently running a web site with JCIFS and its running correclty. But I want some users that are not on the domain (contractors) to connect on the web site by a login page where they will enter user / pwd stored in a database. I just want to know if it can be done and what do I have to...
  2. TheBestOfMe

    Foreign key on serial column

    Hi, I want to make have a foreign key on a integer column ta a serial column (the same thing as we can do in Access). When I execute my file, the following error occurs: ERROR: UNIQUE constraint matching given keys for referenced table "auberges" not found. Here is an example...
  3. TheBestOfMe

    Random Timeout Expired

    Hi, I have a weid problem in a VB6 application using ADO conection to a SQL Server 2000. I do have sometime a timout expired on a stored procedure call that return a sigle row in a table (less than 1000 rows). In debug mode, if the error occured and I resume, I press F8 to see if the query can...
  4. TheBestOfMe

    Create a dynamic cross-table in a function

    Hi I want to create a cross table with dynamic column. This is quite easy in a stored procedure, but I need to make a inner join on it with another table. The only way was to put this in a function. But a function cannot exec a string or another stored procedure. I tried different syntax and I...
  5. TheBestOfMe

    document.write & Netscape

    Are they enemy 'cause I have troubles with them. I'm trying to take a textarea value and write it down in a frame below. Here is an example: function preview() { parent.preview.document.write('allo'); } If I try in IE it works perfectly, but it Netscape, nothing happen ans sometime the...
  6. TheBestOfMe

    FileSystemObject

    I made a cool script using FileSystemObject. It works perferctly on my development server and when I put it on the production server, it doesn't work. I can make a instance of the object, work with it (getFileName, getExtension, ...), but when I want to read or write a file, it doesn't work. I...
  7. TheBestOfMe

    new option in a <select multiple> but not in the same window

    I open a pop-up window and I take a <select multiple> values and move them to another <select multiple> but the window that called my pop-up. the code works well under Netscape, but freeze my Explorer6. I use the same code as if I was moving my values between two <select> in the same window...
  8. TheBestOfMe

    include function

    I want to include a file containing functions in my javascript but I don't want to put a source to my javascript because I have other function that won't be in the file How do I do

Part and Inventory Search

Back
Top