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

    Thanks. I think I get the part about how a user is authenticated locally in a Windows environment. The problem is how I get credentials from a different domain... but then again, I just might have to read MSDN more carefully... /Fredrik
  3. 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...
  4. Fredde

    New to C++ ...need help

    Have you linked the library Winmm.lib? /Fredrik
  5. Fredde

    Dynamic imagemap - css in <area> tag

    Ok. thanks. Got a tip that I should use the slice tool in Photoshop. /fredrik
  6. 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
  7. 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...
  8. Fredde

    INSERT INTO with autonumber PK

    KenReay: Yes. leighmoore: Yes. The PK adds automatically in ACCESS. There are reqired fields but since I got the message: &quot;Index or primary key cannot contain a Null value.&quot; I assume that it is that filed that is the problem. /fredrik
  9. 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...
  10. Fredde

    Execute file on my server

    Thanks, just what I was looking for /Fredrik
  11. Fredde

    Execute file on my server

    No... I was wondering if I could execute a file on my system (the server). That is a program file (of any kind) located in my webroot directory (IIS). Thanks, Fredrik
  12. 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
  13. Fredde

    Indexing object... simple or impossible?

    thanx for your help, this solved my problem. /Fredrik
  14. 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...
  15. Fredde

    Capturing printerports with 2000server...

    Hmm, my main reason for capturing printers is to disable windows clients from adding a local port (appletalk device). That way they can get around print-logging. MAC-clients get around this anyway since there is no user control. Well, all the other printers, when captured, disappers as a...
  16. 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...
  17. 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?)...
  18. Fredde

    Week of the year

    Datepart(&quot;ww&quot;, Date) will give you the number of the current work-week (sunday-saturday I think) /fredde
  19. Fredde

    ASP for SQL **URGENT** Please

    read the ASP FAQS... think you'll find what you need...
  20. 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...

Part and Inventory Search

Back
Top