Re: Visual Studio 2015 Web connect to SQL Anywhere 16
So I see that you want to use SQL Anywhere for your Entity Framework project..Check this post on how to use EF 6 for SQL Anywhere 16.
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
I will check it out thanks. I want to establish a connect to the database so I can create objects, such as LINQ, and create an application. Once I can establish the connection it will be simplier.
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
No matter what I try I create a connection to ASA16. I want to do that so I can create LINQ, dataviews, ect. I never see Sybase when I select Other for a new database connection, all I see is SQL Server.
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
I was able to create a new datasource over the weekend to connect to the ASA16 database. The problem is that it uses the ASA12 source. Obviously I have both on my machine. Since I installed ASA16 and...
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
Hi Larry, Wasn't it .NET SQL Anywhere data provider that you wanted to use?But you have selected OLE DB Provider instead. So, I would suggest if you want to use SQL Anywhere 16 .NET Data provider...
View ArticleWhere to download EBF for SQLAnyWhere 12
Hello, we are running SQL AnyWhere 12.0.1.3152. Where can I find the lates EBF downloads?Best regards
View ArticleRe: Multiple sub SQL not working
Hi,Which version did you use?I tested this SQL statement in the following environment. SQL Anywhere 17.0.0.1010 on Windows 8.1 I confirmed the success of both SQL statements(1st, 2nd). Thanks,Atsushi
View ArticleRe: Multiple sub SQL not working
There's no such thing as an "undefined index" in SQL Anywhere.What product is producing this message?
View ArticleINSERT ... ON EXISTING UPDATE causes error SQLE_PRIMARY_KEY_NOT_UNIQUE
Hello, Sometimes, when multiple clients are trying to insert records into the same table simultaneosly, some clients get error (SQLCODE=-193)Primary key for table 'TableX' is not unique: Primary key...
View ArticleSQL Anywhere 16 - Mobilink --{ml ignore} provokes an ODBC error
Using the --{ml ignore} option always seems to provoke an ODBC error - [10002] Consolidated database server or ODBC error: ODBC: [Microsoft] [ODBC Driver Manager] Invalid string or buffer length )...
View ArticleRe: Failing to setup Relay Server
When the iis7_plus_setup.bat file finished it will have printed some additional steps that needed to be done. 1. Has the %SQLANY17%\bin64 directory been added to the SYSTEM path?2. Has the rs.config...
View ArticleRe: Relay server does not start on IIS 8.5
I have responded to your quesiton in the other thread that you started with the same question.
View ArticleRe: SQL Anywhere 16 - Mobilink --{ml ignore} provokes an ODBC error
What does your ml_add_table_script call look like when you create the upload_insert event? The following worked perfectly for me : call ml_add_table_script( 'v16', 'Admin', 'upload_insert',...
View ArticleAssertion failed 106901 since upgrade server from 16.0.0.2076 to 16.0.0.2213
Hi all, I have this error since the upgrade of our server. Run time SQL error -- *** ERROR *** Assertion failed: 106901(16.0.0.2213)[SPW1ASA16]Expression value unexpectedly NULL in writeSQLCODE=-300,...
View ArticleSQLAnywhere 5.0 connection driver
I am seeking information on where I can find a database driver for SQL Anywhere 5.0. I have a legacy system that I need access to. If anyone could 1) offer the information on the driver or 2) point...
View ArticleRe: SQL Anywhere 16 - Mobilink --{ml ignore} provokes an ODBC error
The upload_insert script looks like this: ml_add_table_script 'version1', 'Benefit_Unit_Status_Log', 'upload_insert', '--{ml ignore}'go I'm also attaching the server setup and an extract from the...
View ArticleRe: SQL Anywhere 16 - Mobilink --{ml ignore} provokes an ODBC error
I missed this in your first post : You are using ASE as your consolidated database, but using the SQL Anywhere ODBC Driver to connect MobiLink to the ASE consolidated database? That won't work, and...
View ArticleRe: SQL Anywhere 16 - Mobilink --{ml ignore} provokes an ODBC error
I have to apologize - I mis-wrote. The SQL Anywhere ODBC connection is from my application to the SQL Anywhere database, and isn't involved in synchronization. The Mobilink server uses an ASE ODBC...
View Article