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!

Search results for query: *

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

    Dynamic generation of links

    I am trying to create my web pages with some dynamic structure and am running into some problems. Here is the structure I was trying to use: root directory files index.php directories navigation files navigation.html toolbtn1.swf toolbtn2.swf...
  2. GWHicks

    Working with date and times

    I am trying to write a script that pulls information from our MySQL database on employees that are currently clocked in. I am pulling everything fine, but am trying to clean up the output by breaking up the date and time from the clock in into seperate fields. Below is the array that I use to...
  3. GWHicks

    Listing valid fields only

    I am trying to compile a listing of records from my database where it compiles a set of fields into a group together. However if some fields are empty I want it to completely skip that line (without leaving a blank line). What is the best way to do this? Currently I am echoing the field and...
  4. GWHicks

    Run PHP script at page load

    I am trying to retrieve a record from my database when a webpage loads. Basically I need it to check the database, find the highest record ID, increment it by 1, and then post that number on the webpage to tell my user what record number they are about to create. I think I have the script right...
  5. GWHicks

    Change tinyint to smallint?

    We had an outside source convert our MSAccess database into a MySQL database with a webbased front end powered by Java. The system is working well, but I was just doing some work in it and see that he has defined the field holding our employee numbers as an unsigned tinyint. This will limit us...
  6. GWHicks

    MySQL Database Design

    I am creating a database to house information for my work. There are a couple different topics that each have a handful of options in them. In most of the topics more than 1 option can be chosen. Would my database design be better to have EVERY option as a field, and if so should I make those...
  7. GWHicks

    Error in my code, but where?!?!

    I am working through the PHP Fast & Easy book and have run into an error in the code, but I can't figure out what is not right. When the code executes I get the following error: You have an error in your SQL syntax near 'WHERE id = '" at line 13 I am not sure why the SQL query is erroring...
  8. GWHicks

    MySQL connection from VB.Net

    I have an application I am creating in VB.Net and I had it connecting fine to my database and was working on the program internals when I got a new laptop and migrated my application development to that system. Now when I run my application I get the following error: An unhandled exception of...
  9. GWHicks

    Good Crystal Reports book?

    Can someone also point me to a good Crystal Reports book that will help me using CR under Visual Studio .Net. I don't have the full version of CR so I don't want to end up with a book that tells me a bunch of stuff that only works in the full blown version. Is there a good book that is either...
  10. GWHicks

    Crystal Reports or .Net Version difference?

    Is there a Crystal Reports interface for .Net? I know about adding a form to my project and all that. What I am confused about is the messages I see people talk about using the menus and such for CR. But from in VS.Net I only have my normal menu options. Am I missing something or is that all...
  11. GWHicks

    Passing data to Crystal Reports from MySQL with ADODB Connection

    I have created an application front end for a MySQL database where the user can create new quotes. I am opening the connection with an ADODB connection string and want to pass the information to my Crystal Report from the selected quote number. What is the best way to do this? Currently I keep...
  12. GWHicks

    Field size limited by first record?

    I am creating a VB app that stores it's data in a MySQL database file. I was having trouble adding a new record as the system would not let me store my text information in the proper fields. For example I had a field title Customer_Name and for testing I had created the first record (using...

Part and Inventory Search

Back
Top