1.

Do You Know How To Connect Database? Can You Tell Me The Procedures?

Answer»

Step 1: you NEED to create a CONNECTION String Object
Step 2: you need to create a Record Set to hold the values from table
Step 3: EXECUTE the Query
Step 4: ASSIGN the values to the Record Set
Step 5: Close the Connection String

Step 1: you need to create a Connection String Object
Step 2: you need to create a Record Set to hold the values from table
Step 3: Execute the Query
Step 4: Assign the values to the Record Set
Step 5: Close the Connection String



Discussion

No Comment Found