Showing related tags and posts accross the entire site.
-
Hello, The ADOX provider works with CodeSmith and Sybase as I've come across a few individuals who are using that combination. To figure out what connection string you need to use. I recommend visiting the following site: http://connectionstrings.com/ . Thanks -Blake
-
With the latest CodeSmith 4.1.3 Professional version bought last week I tried to use the SchemaExlorer on a Sysbase SQL Anywhere database, both Sybase version 9 on a Windows 2003 system, and a Sybase version 10 on a Vista 64bit platform with the following template: <%@ CodeTemplate Language="C#"...
-
I have included the following custom stored procedure in my build to retrieve the data from a Sybase database. SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO SET ANSI_WARNINGS ON GO CREATE PROCEDURE dbo.usp__Security__e2eGetList AS SELECT * FROM OPENQUERY(dv1stp, 'SELECT secref AS [PaceId], name AS...