Dear All,
Good day!
I want to create a program that uses SQL as my database. The program will create a text file of all the Employee Record and save it to drive C or in any network drives. Meaning continuously until he reached the EOF of the database.
The txt format is:
dn: CN=Employee Name1
changetype: modify
replace: EmployeeNo
EmployeeNo: EmpNo. Value
-
dn: CN=Employee Name2
changetype: modify
replace: EmployeeNo
EmployeeNo: EmpNo. Value
-
Variables are Employee Name, & Employee Value.Thank you.
Regards,
rave007
Good day!
I want to create a program that uses SQL as my database. The program will create a text file of all the Employee Record and save it to drive C or in any network drives. Meaning continuously until he reached the EOF of the database.
The txt format is:
dn: CN=Employee Name1
changetype: modify
replace: EmployeeNo
EmployeeNo: EmpNo. Value
-
dn: CN=Employee Name2
changetype: modify
replace: EmployeeNo
EmployeeNo: EmpNo. Value
-
Variables are Employee Name, & Employee Value.Thank you.
Regards,
rave007
Comment