1
vote
0answers
331 views

Android JDBC/JTDS connection to MSSQL

So I've looked at probably about 10 other threads, mostly here, but also other places and tried everything I can think of and still no go. I need to make a simple connection to my MSSQL server in my ...
1
vote
0answers
56 views

MVC Change DefaultConnection

Just for the hell of it, I decided I didn't want the Membership authorisation mechanism in MVC to use Default Connection, I wanted it to use a connection string I created called Membership. ...
1
vote
0answers
245 views

Remotely accessed database can be accessed on localhost but not from the server

I have deployed my web application (ASP.NET MVC 3 C#) locally on my own computer and then uploaded the files by FTP tools on Godaddy.com hosting server. The website works like a charm except the ...
1
vote
0answers
325 views

Oracle error message when trying to get tables from informix database

I created new data source to access an informix database over an odbc data provider(informix 3.33; 32bit). Testing this connection succeeded so i created a new connection manager (new connection from ...
1
vote
0answers
189 views

Locale aware sorting in sql server

My basic problem is that I have users with different locales using a database and I want them to get items sorted in their native order. My understanding is that it works like this: When I create ...
1
vote
0answers
714 views

Unable to download Microsoft.SqlServer.BatchParser

I recently upgraded my system to Windows 7 64 bit from Windows XP. I had a C# application which loads and runs a stored procedure on one of my database server. This was successfully running on Windows ...
1
vote
0answers
1k views

Multiple result sets returned from php ODBC query?

I'm running the following query in a PHP ODBC connection to a MSSQL sever: DECLARE @weekStart SMALLDATETIME; SET @weekStart = DATEADD(d,0, DATEDIFF(d,0,GETDATE())); -- weekStart = ...
0
votes
0answers
206 views

C++ TCP server example code for receive data from phone gprs and store data in sqldatabase

I'm new to C++, currently I followed online source and made a TCP server. But I have no idea how to send data to it and how to code to store the data into a sqldatabase. Basic idea of the project is ...
0
votes
0answers
66 views

Use both Typed DataSet and Entity Framework in an application

I have to extend the functionality of existing C# desktop application that was previously using Typed DataSets and its ConnectionString in app.config. I want to use Entity Framework and add more ...
0
votes
0answers
122 views

Windows Embedded CE 6.0 and SQL Server

I have Windows Embedded CE 6.0 installed on XP. I am trying to develop a very simple device application to select data from table and display in drop down. My SQL Server 2005 database is on some ...
0
votes
0answers
65 views

JDBC Connection using integratedSecurity fails on google apps script

What I am trying to do is rather simple. Reading from a MS SQL Server onto a google spreadsheet, but using integrated security. Within the script editor that is tied to the spreadsheet, I have tried ...
0
votes
0answers
76 views

NserviceBus Service SQL Timeout

I have a windows service that is acting as my relay for NServiceBus. I am running into issues where when the service tries to connect to SQL Server I get a ...
0
votes
0answers
737 views

IIS cannot connect to Sql Server - Windows Server 2008 Standard

Okay, I've read a bunch of the related questions on here, and been googling, and cannot figure this out. One of our clients wants us to set their website up on a server, which is also running Sql ...
0
votes
0answers
2k views

How to connect Access 2013 Preview to SQL Server Express 2012

How do I connect Access 2013 Preview to SQL Server Express 2012? Alternatively, I have Access 2007 and SQL Server Express 2012, but I am unable to connect those. When I try connecting Access 2007 to ...
0
votes
0answers
306 views

ADO error 16389 with local access SQL Server, database connection failing when using wireless card

We are sometimes seeing a database base engine connection problem with a C++ point of sale application that is using ADO to access a Microsoft SQL Express Server 2008 database. The error code we are ...

1 2 3 4
15 30 50 per page