Multiple Databases
-
I am a fairly new to .net programming and I am wanting to pull similar data from an: access database, SQL database, and a mySql datbase - and combine the output to a repeater. I can successfully connect to all databases and have a successful form for each one. But... the project would be so much better if I could just combine the data for output and not have the end user hopping around... Does anyone have suggestions or pointers in the right direction for doing this?
-
I am a fairly new to .net programming and I am wanting to pull similar data from an: access database, SQL database, and a mySql datbase - and combine the output to a repeater. I can successfully connect to all databases and have a successful form for each one. But... the project would be so much better if I could just combine the data for output and not have the end user hopping around... Does anyone have suggestions or pointers in the right direction for doing this?
-
I am a fairly new to .net programming and I am wanting to pull similar data from an: access database, SQL database, and a mySql datbase - and combine the output to a repeater. I can successfully connect to all databases and have a successful form for each one. But... the project would be so much better if I could just combine the data for output and not have the end user hopping around... Does anyone have suggestions or pointers in the right direction for doing this?
For this kind of problems I use 2 dimentional array or some class that's similar to the 2D array as far as functionality goes. Then get the results from database 1 add it to the array, database 2 add it to the array ... database n add it to the array. You probably need to search the rows in order to keep the rows straight.
-
cud u plez temme how can i connect sql wid c programing n which version of sql shud i use to access sql queres by turbo c compiler. plz help me out.......:(
regardz