![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Anyone successfully using Access front ends to MySQL and using stored procedures in MySQL to serve as efficient data sources to Forms and Reports. I have been reading about such and found one very nice source of how to create/modify a stored procedure at run time to serve as the source to a form or report: http://www.pcreview.co.uk/forums/sen...-t2924178.html 1)So if anyone has done such successfully I am interested in how they modify stored procedures at run time to serve as the form/report source 2) for anyone doing such, do you have users accessing across the internet? a)If so how is performance? b)Did you have to set up symmetric internet connection, providing high speed outbound - from the server location - internet service? Bob |
#3
| |||
| |||
|
|
On 6/29/2011 1:04 PM, BobAlston wrote: Anyone successfully using Access front ends to MySQL and using stored procedures in MySQL to serve as efficient data sources to Forms and Reports. I have been reading about such and found one very nice source of how to create/modify a stored procedure at run time to serve as the source to a form or report: http://www.pcreview.co.uk/forums/sen...-t2924178.html 1)So if anyone has done such successfully I am interested in how they modify stored procedures at run time to serve as the form/report source 2) for anyone doing such, do you have users accessing across the internet? a)If so how is performance? b)Did you have to set up symmetric internet connection, providing high speed outbound - from the server location - internet service? Bob Just learned that the technique listed in the above link is called "dynamic sql". apparently one disadvantage is it does not allow SQL to re-use execution plans. apparently there is an alternative: http://www.sqlteam.com/article/imple...c-where-clause Enjoy. Also I would be interested also in people who have done such with SQL server as well. bob Also be sure to read the very good comments on the article. One raises |
#4
| |||
| |||
|
|
On 6/29/2011 1:40 PM, BobAlston wrote: On 6/29/2011 1:04 PM, BobAlston wrote: Anyone successfully using Access front ends to MySQL and using stored procedures in MySQL to serve as efficient data sources to Forms and Reports. |
|
I have been reading about such and found one very nice source of how to create/modify a stored procedure at run time to serve as the source to a form or report: http://www.pcreview.co.uk/forums/sen...-t2924178.html |
| 1)So if anyone has done such successfully I am interested in how they modify stored procedures at run time to serve as the form/report source 2) for anyone doing such, do you have users accessing across the internet? a)If so how is performance? b)Did you have to set up symmetric internet connection, providing high speed outbound - from the server location - internet service? Bob Just learned that the technique listed in the above link is called "dynamic sql". apparently one disadvantage is it does not allow SQL to re-use execution plans. apparently there is an alternative: http://www.sqlteam.com/article/imple...c-where-clause Enjoy. Also I would be interested also in people who have done such with SQL server as well. |
#5
| |||
| |||
|
|
Just learned that the technique listed in the above link is called "dynamic sql". apparently one disadvantage is it does not allow SQL to re-use execution plans. |
#6
| |||
| |||
|
|
On 6/29/2011 1:40 PM, BobAlston wrote: On 6/29/2011 1:04 PM, BobAlston wrote: Anyone successfully using Access front ends to MySQL and using stored procedures in MySQL to serve as efficient data sources to Forms and Reports. I have been reading about such and found one very nice source of how to create/modify a stored procedure at run time to serve as the source to a form or report: http://www.pcreview.co.uk/forums/sen...-t2924178.html 1)So if anyone has done such successfully I am interested in how they modify stored procedures at run time to serve as the form/report source 2) for anyone doing such, do you have users accessing across the internet? a)If so how is performance? b)Did you have to set up symmetric internet connection, providing high speed outbound - from the server location - internet service? Bob Just learned that the technique listed in the above link is called "dynamic sql". apparently one disadvantage is it does not allow SQL to re-use execution plans. apparently there is an alternative: http://www.sqlteam.com/article/imple...c-where-clause Enjoy. Also I would be interested also in people who have done such with SQL server as well. bob Also be sure to read the very good comments on the article. One raises performance questions on the article's approach and another has a nice alternative. Bob Anyone out there using updatable stored procedures for the datasource of |
#7
| |||
| |||
|
#8
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |