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: FrankD
  • Content: Threads
  • Order by date
  1. FrankD

    Why do I get "error '80040e21' Errors Occured" when using ASP ??

    I have some ASP code reading a few fields from a database, and for some reason, this error occurs. However, if I change the data type to something, i.e. I change it from text to varchar, it will execute with no problem. But I need the text data type. Can someone explain why this happens, and...
  2. FrankD

    Outlook Express Look and Feel??? Help!

    Does anybody know what controls are used to give a form the MS Outlook Express look and feel? By that, I mean the DB Grids in their resizable frames, and etc. <br> <br> Thanks!
  3. FrankD

    How can I move a row from one table into another table?

    I have a database with three tables. All three tables are not identical, however they all have the same fields that I'm trying to transfer. For example (short example), let <br> <br> Table 1: <br> FName<br> LName<br> MInit<br> <br> Table 2:<br> FName<br> LName<br> MInit<br> Address<br>...
  4. FrankD

    How do you find the sizr of an array?

    Is there a simple way to find the size of an array? I am trying to write code to remove an item from it, and need to check my code to see if I am doing it right. Any help is appreciated, thanks.<br> <br> Frank
  5. FrankD

    Need Help Using MSHFlexGrid

    Please help. I am trying to connect to an access database, and list the table in the flexgrid. Actually that part works fine. <br> <br> The problem is, in the Access database, the column "Shipped" is supposed to be a checkbox, and when the flexgrid displays it, it only shows True/False. Is...

Part and Inventory Search

Back
Top