Viewing 4 posts - 1 through 4 (of 4 total)
Hi..
Have you tried to copy the bar code from the system and paste it in a word doc and print?
November 30, 2012 at 5:34 am
I beleive you are getting all the months data into dataset. Total calculation will calculate all the months column be coz , you're jus setting the visibility is false. Why...
November 27, 2012 at 4:00 am
CREATE FUNCTION dbo.Split
(
@String varchar(8000),
@Delimiter char(1),
@RetStrPos int
)
returns varchar(100)
as
begin
declare @idx int
declare @slice varchar(8000) ...
October 22, 2012 at 6:34 am
Hi,
Use Attunity drivers that you can download from Microsoft's website.
http://www.microsoft.com/en-us/download/search.aspx?q=attunity%20connectors%20for%20oracle
Hope this will help you.
Micrsoft OLEDB for Oracle will have additional layer , which cause the performance issue with...
June 24, 2012 at 7:38 am
Viewing 4 posts - 1 through 4 (of 4 total)