Views: 4.3K
Replies: 1
Archived
|
Using PRO Or Normal .NET Design Pattern Framework 4.5 is this possible to establish any database connection in .Net?Hello from Nirav,
From googling I found that, We can connect any database using this tool, is this correct? I am new in development and am implementing Database Integration Tool which can connect any database if we provide Server Name / IP Address, Username, Password, Port Number (If require) and Database. After establish connection with database, extract Tables from that database and can write query and get output result from there. As of now I succeed with SQL Server, My SQl and MS Access Database but I have more databases.Those are listed below, ODBC, MYSQL, SQL, FOXPRO, MS ACCESS, POSTRGE, ORACLE,FIREBIRD,JDBC EXCEL, OTHER. Here using OTHER option, user can connect any database from this tool. Is this possible? Please let me know if this kind of functionality available in this tool. If yes then I will plan to purchase it. Waiting for your reply. Thanks, Nirav Parikh Nirav Parikh, Dec 04, 2015
|
|
Reply 1Nirav,
The design patterns apply to any application and / or database situation. However, our SPARK platform and pattern examples in the Design Pattern Framework are written specifically for SQL Server. You can connect to any number of databases, but only SQL Server is used. Hope this answers the question. Jack Jack Poorte, Dec 22, 2015
|