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 Aish1108

  1. Aish1108

    Moving Tablesfrom Access to MS SQL Server

    Access wont let me run the following query expr2:replace([poem], """, "`") It gives me an error message about missing a closing parenteses
  2. Aish1108

    Moving Tablesfrom Access to MS SQL Server

    Thanks. You are right about GoDaddy. I finally got to speak to what must be their one tech guy who know anything. And he said I must use their control panel to export the data from the Access database into CSV files. My problem now and maybe you can help me is I have a table with a memo field...
  3. Aish1108

    Exporting from Access to a CSV file

    I'm writing this in the SQL Server forum because my website is hosted by GoDaddy which does not allow remote access to their SQL server. (From what I understand from other posts I have seen they only allow access from their IP address) The only way to to access the server is throgh their...
  4. Aish1108

    Exporting from Access to a CSV file

    How do I export a access table with a large Memo field to a CSV file? Do I replace all qoutes with double quotes? WHat about comma's? What is the syntax to replace a newline. How are newlines stored in Access with a chr(13) or something else? What do i replace the chr(13) with...
  5. Aish1108

    Moving Tablesfrom Access to MS SQL Server

    I have a question and I'm hoping someone can help me. My website is completely dynamic with all my data stored in a Access database. I have a Deluxe Hosting W /ASP account with GoDaddy.com. I need to move all my data and tables to a MS SQL database as I now have over 500 visitors a day and would...

Part and Inventory Search

Back
Top