unable to create odbc connection in linux
Hi all, i am trying to create odbc connection using dbdsn, but it is throwing below error. dbdsn: error while loading shared libraries: libdblib12_r.so: cannot open shared object file: No such file or...
View ArticleHow to ignore a left join/crystal layout query issue
Hi, I have to develop a crystal report for GRPO, Where in i have to capture the details like Purchase order number and the purchase request number from which the GRPO been copied. I wrote query,by...
View ArticlePermormance issue SQL Anywhere 12.0.1.3152
Below 2 sql statements. Statement 1 is finished in 3 seconds. Statement 2 in 785 seconds.The only difference is the line "and service_date <= gt_periods.date_till" in the where clause.What can I do...
View Articleinvalid user name and/or password in php's odbc_connect used for db connection
For my practice management software, for the older version, I had a simple php script written to connect to its database using oddc_connect. The database is SQL anywhere and the connection string used...
View ArticleSQL Anywhere Error - Fatal Error in the Kernel
Hi SQL Anywhere Community, I am working with a customer that is a distributor of a larger company using a SQL instance for backend data. When he tries to run his stored procedures in SQL Anywhere or...
View ArticlePrivilegs of remote procedures after upgrade
Hi SQL Anywhere Community, could anyone help me? We use Proxy Server between two ASA databases for few years and it worked fine. After upgrade to version ASA 16 application gets SQL error "Unable to...
View ArticleLooking for a simple DR solution for ASE 16
Hi,We have an ASE on site let's say in Dallas. We want to set up a DR in LA. We are looking to set up something like log shipping and apply from primary to DR site and keeping the DR DB in "load" only...
View ArticleCPU Licenses
Quick question, I have an engine running on my server with multiple databases I have a need tom split to two engines ( Dev and Test) and was wondering on the licensing issue. Is it there is one...
View ArticleAfter installing SQL Anywhere 12, unable to start database server
Hello , I was running my Asp.net MVC project with Sql Anywhere 16. i was created ODBC object and it was running perfect. Now due to some need i have installed Sql Anywhere 12. now my application is...
View ArticleHow can column alias be used in the function
Dear Community, My intention was to get the number of days between DOE(date) and PEXP(which is a alias column generated by using lag function on DOE) select PROD,CATEGORY,DOE,LAG(DOE,1,DOE) OVER...
View Article