any one please explain the following VB code If Not COMMON_MainForm.rsdbinfo.EOF Then COMMON_MainForm.rsdbinfo.Edit COMMON_MainForm.rsdbinfo!Operationtype = "MREAM" COMMON_MainForm.rsdbinfo.Update COMMON_MainForm.sdboperation = "MREAM" End If Thanks Willington
Willington
Posts
-
what is the purpose? -
How to find original row count in MySQL?The following query returning the following result: SELECT count(*) FROM `table1`; -------------------- Resilt 2000 But the following Query returning different result SELECT table_name, table_rows AS rows FROM information_schema.tables WHERE table_schema = 'bakrol14' and table_name = `table1` Order by table_name; -------------------- Result 2143 What is the reason?
-
How to Create MySQL database and Restore in VB 6.0Hi All I am working on a vb 6.0 + MySQL project. I need to create a Database(for local use Ex:- If user wants to create database they can create and dump data from online databas) Dynamically and restore the database with production database backup. Is it possible? Thanks, Willington D
-
How to restore a MySQL database using vb 6.0Hi All I am working on a vb 6.0 + MySQL project. I need to create a Database(for local use Ex:- If user wants to create database they can create and dump data from online databas) Dynamically and restore the database with production database backup. Is it possible? Thanks, Willington D