I have the following query. There are two tables in the DB, one with supplier details and one with supplier rates:-
SELECT SupplierID, RatesTable.* FROM SupplierTable INNER JOIN RatesTable on SupplierTable.SupplierID = RatesTable.SupplierID WHERE RatesTable.RateTypeID IN (11, 14)
At the...
I am creating a report based on a single dataset in
crystal report 10/.NET Webforms.
As there are too many fields in the dataset to show on one A4 landscape sheet of paper I would like to be able to output the fields horizontally over two pages. It would then be possible to lay 2 printed A4...
I'm getting the following error when connecting to a visual foxpro database using a web service.
The 'VFPOLEDB.1' provider is not registered on the local machine.
The exact same code works fine in a windows forms application, so I know it's not an issue with the connection string.
Any help...
I am using the AxSHDocVw.AxWebBrowser on a windows form and wondered if anyone knew of an easy way to read parameters from the URL passed to the control. Are there any properties that I can use or do I have to just pull out a substring from the URL.
Thanks in advance for any help on this one...
I am trying to copy data from one database to another using a DTS package I created. All the steps in the package work until it gets to the final stage and runs the Copy SQL Server Objects module to copy data from one database to a new structure in another The problem that I am having is that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.