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 gkittelson 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. jhilltektips

    Pocket PC Question

    Hello, What is the best way to enter data into a form on a Pocket PC, then hotsync it to an Oracle database?? Thanks, Jason
  2. jhilltektips

    How to save the SQL script from ACCESS

    Thank you BNPMike. I will probably just write the DDL by hand as you recommended. However, is it possible to export the tables directly from ACCESS into an Oracle database? Thanks, Jason
  3. jhilltektips

    How to save the SQL script from ACCESS

    Hi, I am wondering how to save an SQL script including all the SQL involved in creating 4 tables in a database. I.E. How do i already have 4 tables in an ACCESS 2000 db, and i would like to drop and recreate the tables. How do i get the SQL script on how to do that? Thanks
  4. jhilltektips

    Transfering a db schema from ACCESS to Oracle

    Hello, I have 4 tables in ACCESS 2000. I want those 4 tables, and all their correct field types and definitions to be in Oracle 9i. How would i do this? Can i directly import into Oracle, or can i save the SQL script for creating the tables from ACCESS, and run it into Oracle?? Thanks, Jason
  5. jhilltektips

    Connecting remotely to SQL Server

    Hello, How would I connect remotely to SQL server 7.0 to query data? Thanks, JHill
  6. jhilltektips

    Missing javascript debugger in IE 60

    Hello, First of all, jdbgmg.exe is still on my c drive. I guess I never deleted it all together, it kept reappearing on me. I dont want to reintall my OS if the file was not even deleted. Second of all, I use IE due to its popularity. If I were to use any other browser for debugging, I am...
  7. jhilltektips

    Missing javascript debugger in IE 60

    Hello, I still cant get my IE 6.0 sp1 to recognize javascript errors, which makes it very difficult to debug my script programming. Please help... Does anyone know of any 3rd party software for IE60 that would recognize and help me debug javascript errors. I know VisualInterdev helps on my...
  8. jhilltektips

    Datatype char vs. varchar

    Thank you for your help. I will use varchar for select lists, etc so I can avoid any mishap by forgetting to use the trim() function. I will use char for state abbreviations, zipcodes, etc where there is a set length (2,5,etc) However, I do notice a significant increase in execution speed...
  9. jhilltektips

    Datatype char vs. varchar

    Hello, If I am just inserting a simple select list field from an HTML form into my SQLTable, should I use the datatype char, or varchar? What is the difference, and is one more beneficial than the other? Thanks, JHill
  10. jhilltektips

    Where is my IE60 javascript debugger?

    Hello, I am running IE 6.0. I develop using javascript and the automatic javascript error messages in the status bar to help me debug my applications. However, something happened, and i dont get those error alerts anymore. For instance, now, when there is a javascript error, the page just...
  11. jhilltektips

    SQLServer70 Enterprise Error

    Hello, When I right click on a table in SQLServer70 Enterprise, and select open table > return all rows, I am getting the following error: An unexpected error happened during this operation. [Query] - Query Designer encountered a query error: Unspecified Error DOes anyone have any idea what...
  12. jhilltektips

    Missing javascript debugger in IE 60

    ALready reinstalled IE60. You know, there was an email I got a while back telling me that jdbgmg.exe was a corrupt file adn how to delete it. So I did, and realized that the description of the file was "Microsoft® Debugger Registrar for Java". But, eventhough I deleted it, it is...
  13. jhilltektips

    Missing javascript debugger in IE 60

    Thank you Lrnmore, IE60sp1 > Tools > Internet Options > Advanced > Browsing > Disable Script Debugging is not checked and Display a notification aabout every script error is checked. Is this what you mean? Thanks, Jason
  14. jhilltektips

    Missing javascript debugger in IE 60

    Hello, I dont know what I did, but all of a sudden, I dont get javascript errors to show up in the status bar anymore while I'm developing with javascript. This was a great debugging tool. It would tell me that an error occured, what the error was, and what line it occured on. A little...
  15. jhilltektips

    Don't get javascript errors in status bar anymore

    Hello, I dont know what I did, but all of a sudden, I dont get javascript errors to show up in the status bar anymore while I'm developing with javascript. This was a great debugging tool. It would tell me that an error occured, what the error was, and what line it occured on. A little...
  16. jhilltektips

    What Server to use with WIn2000Pro

    Hello, I want to develop web apps on my home computer running WIn2000 Professional. Is WIn2000Pro equipped to develop on my localhost without having to publish over the internet? What is the best way to go without upgrading to Win2000 Server? Do I need to download MS Personal Web Server...
  17. jhilltektips

    Updating an entry based on a certain date

    Hello, Can I do this? And how? I want the user to be able to view a certain web page for a duration of 7 days. The user is allowed to enter into my SQLServer70 table the day they want to start viewing the page. Based on the date entered, the preexisting URL (http://myserver/nopage.htm) will be...
  18. jhilltektips

    What datatype to choose with SQLServer70

    Thank you dmhirsch, So, you are saying that overall, I should use "nvarchar" over just "char"? This will allow foreign characters in my table? Thank you, Jason
  19. jhilltektips

    What datatype to choose with SQLServer70

    Hello, I always use "nvarchar" as datatype in SQLServer70. SOmetimes, I wonder if there is a difference between "nvarchar" and just "char". What about "int" and numeric"? Just wondering what is better for sentences as values. Thnaks, Jason

Part and Inventory Search

Back
Top