| Thread | Last Post | Replies |
|
| SBS 2003 SQL 2005 | 01 Nov 2005 00:15 GMT | 1 |
I have 2 networks network A and B both networks are running SBS 2003. On Network A I have installed SQL 2005 On Network B I have Yardi SQL Both the networks are being controlled by SBS 2003. What I would like to do
|
| Modify the name of the table | 01 Nov 2005 00:07 GMT | 1 |
Hi at all, I have a database on a sqlserver 7.0. I access to it via odbc api. So i need t change the name od a table. Is there a way via SQL* api functions to change the name of a table?
|
| How to handle the ODBC Error "Communication Link Failure?" | 31 Oct 2005 23:59 GMT | 1 |
I have an C++ application that uses ODBC to access SQL server. The application invokes the SQLAllocHandle() function to: 1. Get an Environment handle (Created only once) SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &env)
|
| varchar truncated to 1023 characters | 31 Oct 2005 23:55 GMT | 1 |
I hope this is the correct forum for this question. I'm posting here because I suspect an ODBC or OLE DB setting is at the root of this problem. I have a very long string value, 2512 characters, that I need to store in the database to retrieve later. No matter what I try, ...
|
| ODBC error: [Microsoft]]ODBC SQL Server Driver][SQL Server]Line 1: | 31 Oct 2005 23:52 GMT | 1 |
I really appreciate if someone could help me with this problem. Actually i m trying to create a crystal report using stored procedure which uses temp table. First time when i created the report using this stored procedure it worked and it still works. But when i tried to ...
|
| Restoring database receives UNICODE error | 31 Oct 2005 23:48 GMT | 1 |
I am having problem while restoring database to another SQL Server. I receives below given message. My both SQL Servers are 7.0. MESSAGE SQL DMO (ODBC SQL Stae 42000)
|
| Strange error with PreparedStatement | 31 Oct 2005 21:50 GMT | 1 |
I have seen one other poster with a similar symptom, but noone was able to help them. Perhaps this posting will get better results I have a very simple java method that does the following: Code:
|
| SQL Server does not exist or access denied -Personal/Developer Edi | 31 Oct 2005 08:45 GMT | 2 |
Does SQL Server 2000 Personal Edition or SQL Server 2000 Developer Edition have connection limitations compared to SQL Server 2000 Enterprise Edition? Specifically, should a database running SQL Server 2000 Developer's Edition (or Personal Edition) on a Windows XP Professional ...
|
| Windows 2003 System DSN not found (but User DSN works) | 28 Oct 2005 20:09 GMT | 5 |
We just setup a new Windows 2003 server and we can't use System DSNs. If we setup user DSNs they work just fine, but everytime we try to use a System DSN it can't be found. Does anyone have any suggestions?
|
| 3197 record deleted error | 28 Oct 2005 15:06 GMT | 3 |
i have an access MDB linked by ODBC to SQL2k. I get a strange behaviour when i do an INSERT INTO to a local Mdb table from "LEFT OUTER JOINED" SQL tables. If the related table hasn't related record to the first table,
|
| Regarding MS DTC Sample Application | 28 Oct 2005 06:54 GMT | 2 |
hi... If any MS DTC sample application is available. Want to know how different modules (MS DTC, Transaction Mgr & Resource Mgr etc) work together and
|
| sql server and sharepoint | 28 Oct 2005 01:12 GMT | 1 |
My project currently is this: Migrating access reports to sharepoint and sqlserver. I didn't not pick the enviornment, I'm merely attempting it. Is there any information about connecting these two? Is there anyway to
|
| Writing a datetime | 28 Oct 2005 00:54 GMT | 4 |
I have an SQL Server database that uses 'datetime' fields. I want to write to these with SQLBindParameter(). What SQL type should I specify? If I use SQL_TYPE_TIMESTAMP I get errors from SQLExecute() and SQLGetDiagRec() states that there is an overflow.
|
| ODBC SQLINTEGER & (BADMEM) - Why? | 27 Oct 2005 10:32 GMT | 1 |
I have the ODBC tracing enabled on my development machine using the "default" tracing DLL. I thought it was just our applications causing this, but I'm also seeing this when using isqlw (SQL Query Analyzer).
|
| ODBC Error with Sybase from Win2K Server (but works from WinXP!) | 27 Oct 2005 06:53 GMT | 2 |
Our company only allow the use of Merant 3.60 32-bit Sybase ODBC Driver (Version) for connection to Sybase Sybase 12.5.3 DB on Sun OS 5.3) I have a stored procedure on Sybase 12.5 ASE which a) Select 'dummy'
|