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 SkipVought 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. diggermf

    Calling a function from other function in JS

    Hi, I was just wondering how this statement is working in javascript. this.toString = toString; calling a function from the other function, up to my knowledge should be like : this.toString = toString();, but this is not working. Could someone please help me to clarify? function Car() {...
  2. diggermf

    CS Isolation level - Indexed Access

    Hi All, I was going thru a book where I was studying about the "Cursor stability" Isolation level, in which it is mentioned as bleow: "When a transaction using the Cursor Stability isolation level retrieves a row from a table via a cursor, no other transaction is allowed to update or delete...
  3. diggermf

    ODBC connection error - Queries

    Hi All, When I'm trying to click on the remote tables in my MS-ACCSESS application it was giving the ODBC connection error and I could able to resolve by going to TOOLS-> DATABASE Utilities -> LINKED TABLE MANAGER and refreshed by providing with userid and changed password. Its now connecting...
  4. diggermf

    updating the existing table importing data for the same table

    Hi All, I have imported a table 'A' using ODBC connection, When I tried to import the data for the same table 'A' next day to append the new records processed or update the existing records its creating with a table A1 instead of updating the existing table "A" Could someone please clarify...
  5. diggermf

    Access Data Project for other servers?

    Hi All, Can we also connect to the other database servers except the SQL server creating the Acess data project (*.adp) in MS-access Thank you
  6. diggermf

    FUNCTION & SUB PROCEDURE

    Thank you TheAceMan1/danvals
  7. diggermf

    FUNCTION & SUB PROCEDURE

    Hi All Whats the difference between FUNCTION and SUB PROCEDURE? Please Clarify
  8. diggermf

    DYNAMIC RESULT SETS

    Hi All, In one of the stored procedures, we have a statement as "DYNAMIC RESULT SETS 1" . Could some one please let me know what this indicates about? and how DYNAMIC is useful. Its SUN Solaris - UDB
  9. diggermf

    DYNAMIC RESULT SET

    No, Its SUN SOLARIS - UDB. Thought it would be same. Any advice?
  10. diggermf

    CALENDER TABLE

    Hi All, I want to store the hours worked against a particular task on a daily basis for every month & year. Just like the daily time sheet. for example: 1. Task1 - 3 hrs on 1st jan'08 2. task2 - 5 hrs on 1st jan'08 3. task1 - 4 hrs on 2nd jan'08 4. task3 - 4 hrs on 2nd Jan'08 Could some...
  11. diggermf

    DYNAMIC RESULT SET

    Hi All, In one of the stored procedures, we have a statement as "DYNAMIC RESULT SETS 1" . Could some one please let me know what this indicates about? and how DYNAMIC is useful.
  12. diggermf

    ODBC connection failed?

    Hi All, When I'm clicking on the linked table in MS-ACCESS, its showing the message as "ODBC-Connection to <table name> failed". Could some one please help on how I can rectify on this. Thank you
  13. diggermf

    Passing table name dynamically?

    Hi All, I have to modify a stored procedure in which the table name should be passed dynamically. is it possible? if so, could some one please advice on this. For example: SELECT * FROM <@table_Name> @table_Name should be passed dynamically. Please adivce
  14. diggermf

    Stored Procedures

    Thank you Very much every one
  15. diggermf

    Stored Procedures

    Hi gwinn7 Could you please provide some example functions that behave similarly. Thank you
  16. diggermf

    Stored Procedures

    Hi All, Is it possible to write and execute the stored procedures in MS-ACCESS? Thanks digger
  17. diggermf

    subform over Tab control

    Hi InkyRich, PHV Thank you for ur help. I did a mistake in creating the subform. I've corrected the issue. Thank you once again
  18. diggermf

    subform over Tab control

    Hi All, I want to insert the Subform in the Tab Control, so that I can manage the data in 2 different tabs in 2 different ways. Could some one please let me know how can I manage inserting the Subform control into Tab control because when I insert one control over the other they are acting...
  19. diggermf

    Grid Control

    Hi Remou Thank you for your valuable suggestion. The subform worked for me. Thanks
  20. diggermf

    Grid Control

    Hi All, I'm newbie to MS -ACCESS. I want to create a form with a GRID control. I want to insert the GRID control from the tool list but I dont see any Grid control in the list. Could some one please advice how can i insert the grid control? do I have to download, if so, please advice the link...

Part and Inventory Search

Back
Top