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

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

    ASP & Decimal in SQL-server

    I have recently switched from Access to SQL-Server. I'm trying to insert a value of SQL-type DECIMAL into my database from an input Texbox. My question is: how do I do it? Do I have to use CONVERT in my SQL-expression or can I cast the TextBox.value-string to a proper type...
  2. Fredde

    Domain Authentication

    Hello. I need help getting started with an application that should authenticate users via an inhouse domain controller. The asp-application should run on a Windows 2003 that somehow needs to inherit the user-accounts from the DC... or if it is possible to configure this from VS in webconfig...
  3. Fredde

    Dynamic imagemap - css in <area> tag

    I have worked a bit with ASP but have lacking skills in html and css. I'm trying to make a dynamic image map, so my question is: Is there a way to have an image inside an <area> (for example rect when the page is loading. /fredrik
  4. Fredde

    ASP INSERT INTO

    I have a problem with an INSERT INTO using ASP connected to Access.The problem is that I get promted &quot;Index or primary key cannot contain a Null value.&quot; when I do the following insert: INSERT INTO tblHardware(Devicetype) VALUES('something') Devicetype is not the primary key. The...
  5. Fredde

    INSERT INTO with autonumber PK

    I have a problem with an INSERT INTO using ASP connected to Access.The problem is that I get promted &quot;Index or primary key cannot contain a Null value.&quot; when I do the following insert: INSERT INTO tblHardware(Devicetype) VALUES('something') Devicetype is not the primary key. Since...
  6. Fredde

    Execute file on my server

    Is there really no way to execute a file on my server with ASP/Java or some other script. I can see the security issue with this action, but I really need to run a program to convert some pictures. Thanks, Fredrik
  7. Fredde

    Indexing object... simple or impossible?

    I've used ASP with javascript for a while. But I haven't figured out how to index HTML objects so I can loop through them in a javascript. If I for instance have four inputfields: <INPUT name=obj1><INPUT name=obj2><INPUT name=obj3><INPUT name=obj4> Is it possible to loop through these in any...
  8. Fredde

    Capturing printerports with 2000server...

    I'm using my 2000 server as a print server for Mac and PC:s with appletalk printers. My problem is that I'm unable to capture one of printer-ports (Apple Laserwriter 8500). Even though I mark the capture-box the printer is still accessible directly through appletalk instead of (as it should...
  9. Fredde

    2000 as print server - Appletalk capture problem

    I'm using my 2000 server as a printer server for Mac and PC:s. My problem is that I'm unable to capture one of printers (Apple Laserwriter 8500). That is: The printer is still accessible directly through appletalk instead of only through the printer server. Has anyone had this problem (bug?)...
  10. Fredde

    Whats wrong in this SQL query?

    I'm a beginner to ASP/SQL and I just can't seem to figure out what's wrong with this SQL statement where I try to update the column &quot;proj1&quot; in the table &quot;hours&quot; with the integer &quot;P1&quot;. I keep getting &quot;SQL statment error&quot;!? sql = &quot;UPDATE hours FIELDS...
  11. Fredde

    OnSubmit Problems...

    I want to prevent the action when a value in &quot;sumtot&quot; is &quot;NaN&quot;. According to what I understand returning false from an onSubmit function should cancel the FORM action?! code: HTML: <FORM name=&quot;fm&quot; onSubmit=&quot;return CheckValues()&quot; method=get...

Part and Inventory Search

Back
Top