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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 44nato44

  1. 44nato44

    Include file asp classic vs asp.net

    cool thanks.. I have asp.net 4 from Sams Teach Yourself.. so I will look this up. Cheers
  2. 44nato44

    Include file asp classic vs asp.net

    I am new to asp.net and rebuilding a site of mine to asp.net from asp classic. I have an include file with some asp classic code, when I include this file to my asp.net it writes the text in <% which it did not when the file was asp. <%@ Page Language="vb" AutoEventWireup="false" %> <%...
  3. 44nato44

    how to make a connection to a SQL Compact server 4

    Thanks so far.. now I get Micosoft SQL Server Compace OLE DB Provider: Unspecified error Does not say much....at least not to me :)
  4. 44nato44

    left align and right align in the same cell

    This is part of a dynamic table, where I wanted to add a picture if a certain condition was met. thanks a lot
  5. 44nato44

    how to make a connection to a SQL Compact server 4

    Maybe I am doing something wrong : I go to File DSN Click Add Choose SQL Server Select My File And then click finish on the following screen and then I get the error on the attachment. Hope it makes sense to you http://www.tri-actis.eu/Sandbox/Img/ODBC%20Error.jpg
  6. 44nato44

    left align and right align in the same cell

    I dont see a difference : https://www.tri-actis.eu/Sandbox/TriActis/spantest.html I would like to have the text on the far right side
  7. 44nato44

    how to make a connection to a SQL Compact server 4

    Was not able to find anything with sdf and I tried to set up another datasource with my database but it would not let me. It was not able to open the database it said. It will give me two options to connect to the DB windows or SQL.. but the compact databases only have a password. Not sure if...
  8. 44nato44

    left align and right align in the same cell

    I am not sure if this is possible, but I have a picture and text in a cell where I would like to have the picture on the left side of the cell and the text on the right side.. the size of the text can varie. I am not that much of an expert with CSS, hope somebody can help me. Cheers
  9. 44nato44

    how to make a connection to a SQL Compact server 4

    I am not able to find odbccp32.cpl .. I am on Windows 7
  10. 44nato44

    how to make a connection to a SQL Compact server 4

    Then I get this error : 6|80004005|[Microsoft][ODBC_Driver_Manager]_Data_source_name_not_found_and_no_default_driver_specified 80 With this line : strCnxn = "Data Source=c:\TaskManager.sdf;ssce:database password=Entity48*
  11. 44nato44

    how to make a connection to a SQL Compact server 4

    Hi I have installed a SQL compact server 4 and cannot get a connection string to work with it. I looked here http://www.connectionstrings.com/ but could not get any to work (I probably am doing something wrong) The code below gives this error in the iis log : |5|80004005|- 80 I hope...
  12. 44nato44

    Getting multiple values in one Report field

    Hi I hope you can help me, I have a table where I have multiple values like TBL: Name - KPI Val1 - KPI1 Val1 - KPI2 Val2 - KPI1 Val2 - KPI3 I would like to make a report, which would show from this table the values like : Name - Val1 KPI - KPI1, KPI2 Name - Val2 KPI - KPI1, KPI3 Is this...
  13. 44nato44

    @@Identity issue

    thanks guitarzan .......... I guess there is something about looking at a problem for too long .. you become blind
  14. 44nato44

    @@Identity issue

    Yeps, I am using Identity on another page on the same table and there it works
  15. 44nato44

    @@Identity issue

    Hi I am not sure why this does not work here, the same code is used on another page on the same site, but with another insert statement. The record gets added but when I do the @@Identity it will not show the number, any ideas ? sqlstr = "INSERT INTO tblTaskToolSandbox ([ProjectID]...

Part and Inventory Search

Back
Top