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 TouchToneTommy 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 axa4

  1. axa4

    how to show the data from two different database in ASP?

    I had the same problem and was going to use ASP.NET/ Access & MS Sql Server DBs. I'm sure that you can do it with DSNs since you DBs are on 2 different remote servers... However, in my case there will be more different types of DBs to pull & combine data from, so I'm, probably, going to use a...
  2. axa4

    textbox dynamic display

    LonnieJohnson, thank so much! But It doesn't work The problem I have is that if I try to assign a value to the report textbox (txtBulkPermit = "abc")- Access gives me an error like: - use of this property is not supported Also, if I type txtBulkPermit. - dropdown list of...
  3. axa4

    textbox dynamic display

    In my Clients table I have BulkPostagePermit field (memo) which contains 2 lines like these: Anaheim, CA Permit NO.40078 The whole Postage thingy on the report should look like: ___________ PRESORTED STANDARD U.S.POSTAGE PAID ANAHEIM, CA PERMIT NO.49093 ______________ Note that some of the...
  4. axa4

    Deployment with or w/out DLL ?

    I completed several small projects using VS.NET/VB on my local server. As I understand VS compiles your code into DLL automatically. Several of my current webhosting companies (for my old asp sites) say that they support .NET . When I asked them if they will allow ASP.NET deployment with DLL...
  5. axa4

    ASP.NET web page hosting

    Great, very affordable plans for beginners. A lot of things installed. Flexible. http://www.stpwebhosting.com/webhosting.htm Had some minor issues with web-based email and XML parser. Have 7 accounts with them and many registered domains - $6.99 per domain/year.
  6. axa4

    DBNull - how to insert a NULL into DB?

    Hi, I'm using simple INSERT statement (not stored proc.) Here is what I have: Dim varDate as Object IF txtDate.text = String.Empty then varDate = System.DBNull.Value ELSE varDate = txtDate.text END IF It doesn't work - I'm getting that dafault thing 1/1/1900 each time I insert an empty...

Part and Inventory Search

Back
Top