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 derfloh 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: eshie
  • Order by date
  1. eshie

    Access 2002: reserved error (-7748) help

    Thank you Remou!!!!! I modified my ODBC.ini as instructed in the link you posted, rebooted and it WORKED! THANKS AGAIN!
  2. eshie

    Access 2002: reserved error (-7748) help

    Hi, I am using Sysbase 12.5 I am connecting via ODBCL Sysbase ASE ODBC driver 4.20.00.15. Using DSEDIT in Sysbase, I have set up the server connections and I am able to successfully ping and connect. I have set up a system DSN and again was able to test the connection successfully. It is...
  3. eshie

    Access 2002: reserved error (-7748) help

    Hello, I have set up my Sysbase servers and pinged them to ensure I have connectivity. I have created an ODBC connection to these Sysbase servers pointing to the specific database I am trying to connect to. When I an in Access 2002-2003 I import external data-->Link Tables and select the...
  4. eshie

    Create Cursor to remove dup Rows & Create new column

    Hi, I have a large amount of data in a table that was output from source application with some duplicate column data caused by field EDIT (multiple rows) as shown below: I thought about using a cursor function, however, I don't understand enough about them to utilize this. SOURCE DATA: DCN...
  5. eshie

    How do I insert row after certin data in cel

    Hi, I have a spreadsheet with 50K+ rows of. I want to search through a specific column and then insert a row upon a change in value in particular column. For example: Column 11222234A 11222234A 222333444B 222333444B 222333444B I want to search through this particular column and insert a...
  6. eshie

    Transact-SQL: calculating 31 days (excluding business days & holidays)

    Hi, I am trying to create a function to calculate & return a datetime of 31 days from any given date. I want to exclude weekends & holidays (I have created a holidays table with specific dates). The code below returns a datetime of exactly 31 days from given date. variable: @dcndate is the...

Part and Inventory Search

Back
Top