all groups > sql server odbc > january 2005
Filter by week: 1 2 3 4 5
MDAC error on VFP linked server
Posted by Michael at 1/28/2005 9:03:32 PM
I have a linked server pointing to a folder where foxpro tables exist.
The tables are listed when I click on the linked server/tables.
However I get this error when in query analyer I say: select * from
vfplinked...clients
Server: Msg 7313, Level 16, State 1, Line 1
Invalid schema or cata... more >>
OLEDB & Recordset
Posted by Glynn at 1/28/2005 5:40:27 PM
Hi Guys,
I'm busy trawling through documentation trying to puzzle out an issue I'm
having. Am about to tackle the SDK.
OK, I'm using MDAC 2.8. Visual Basic 6 and SQL2000 SP3a.
If I execute the following code through a normal ODBC connection (In Admin
tools), I get a result. Works fine.
... more >>
Database performance
Posted by Marco Pais at 1/28/2005 12:27:17 PM
Hello there,
I am experiencing performance problems with an aplication running over a SQL
Server 2000 Database. The server that holds SQL Server has 2.8 GB of RAM
memory. When there are just on or two users working, the aplication
performance is suportable, but when more users are using the... more >>
Using DAO???
Posted by Matthew Wells at 1/26/2005 2:22:39 PM
I've heard that using DAO (without JET) with an ODBC workspace using SQL
Server is just as fast as using ADO that ADO is really an abstraction of
DAO - that the only advantage of using ADO is managing session data. Can
anyone verify this?
Thanks.
Matthew Wells
MWells@FirstByet.net
... more >>
ANSI to Unicode(MSSQL) convertions
Posted by Aras Kucinskas at 1/26/2005 12:12:08 PM
Hi,
How to convert and transfer ANSI string data from FoxPro table to MS SQL
Unicode table. Data in FoxPro are in 1251 codepage (Russian Windows). Now
result is like "ÊÎËÜÖÀ ÊÎÌÏÐÅÑÑÎÐÀ 100ìì ".The ODBC driver does not
performs the conversion from ANSI to Unicode.
Help.
... more >>
Access/SQL "Write Conflict"
Posted by Roy Roes at 1/25/2005 11:43:33 PM
Hello,
I'm using a Access 97 Front-end and a SQL Server 2000 back-end.
When entering a subform on a form, information has to be saved to the
database.
But when entering the subform I get a "Write conflict" error in Access.
In SQL I'm using 3 tables with 1 view defined on those 3 tables. I u... more >>
Different Collation designator Settings
Posted by Shadow at 1/24/2005 10:32:59 PM
Greetings,
In our company we have different kinds of SQL databases and SQL servers. We
are trying to consolidate those servers under a couple of powerful servers.
But when we began to tell this project to software houses and ask their
idea; we met a big problem .
Some of those companies ... more >>
importing tables from Acess to SQL
Posted by גל at 1/23/2005 1:29:01 AM
Hello
I am trying to import tables with data from Access to SQL.
The problem occures when the Primary keys and identity are not being saved
and i need to do it manually.
There is a way to import this tables with all the connection regulations
like Primary key will be saved ?
thanks
G... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Date Difference
Posted by muffin1975_1 NO[at]SPAM eskom.co.za at 1/21/2005 3:01:53 PM
Hi
I'm new to this whole SQL thing(electrical technician, heavy current). I use
TOAD to write queries on our db.
Question is : How do I subtract 2 dates from each other & format the result
to HH:mm:ss in new collumn. I usually do this in MsExcell after extracting
the data.
Thanks in advance.... more >>
[ODBC SQL Server Driver]Communication Link Failure
Posted by topason at 1/21/2005 7:15:03 AM
I have a third party Client (Rational Clearquest) connecting to a SQL server
with an ODBC connection. Recently a few of the developers (not all) have
started getting "[ODBC SQL Server Driver]Communication Link Failure" after 5
minutes of inactivity.
I had the a network sniff done on the ... more >>
ODBC Connection Failure
Posted by syed rahman via SQLMonster.com at 1/20/2005 9:48:16 PM
Hi,
I'm trying to create a ODBC connection to SQL server 2000 using SQL server authentication. I have login id "lucky9797" and password "tool" but I'm keep getting the following error message:
Connection Failed:
SQLState:'28000'
SQL Server Error: 18456
[Microsoft][OD... more >>
reading a text file as it is written
Posted by Greg Stigers, MCSA at 1/20/2005 6:50:41 PM
A remote office developed a PC-based app that writes its data to a text
file. We want to maintain this data at the main office, and in SQL Server,
due to the significance of the data. A typical day's file may have a couple
hundred records, written over an eight hour shift. Rather than changing... more >>
MDAC
Posted by ¶Ë¤ß¤H at 1/20/2005 3:32:05 PM
how to unistall MDAC 2.8?
... more >>
Trouble with Primary key ater insert trigger
Posted by Günther Rühmann at 1/20/2005 10:38:36 AM
Hello,
i habe some trouble with a sql 2000 appclication
The envisonment:
SQL-2000 - Server MS Access2000 - Client that uses SQL server tables via
ODBC.
After inserting a row to a table table_1 an insert trigger is running that
inserts some fields of this row to a second table tabel_2.
T... more >>
possible to call a table valued User Defined Function thru ODBC
Posted by fpdave at 1/20/2005 6:19:29 AM
I want to be able to call a SQL Server User Defined Function that is a
table valued UDF. I have existing code that uses ODBC and calling UDFs
is going to be a lot easier than calling stored procedures, as the
syntax is close to using a table itself (at least in T-SQL it is).
But, I suspect th... more >>
need a consultant to quickly go over some code
Posted by Neil W. at 1/19/2005 7:49:29 AM
I need to engage an odbc consultant for a few hours to quickly go over some
code of mine. You must be experienced in coding ODBC in C. The program uses
straight C (not C++ and not MFC). I need this help immediately.
Please email right away if you can do it. Please include your rates.
Thank... more >>
Distributed query does not work between 64bit and 32bit servers
Posted by roustam NO[at]SPAM hotbox.ru at 1/19/2005 12:48:28 AM
Hi!
I have two MS SQL servers: Server1 & Server2. Both are Win2003 Server
+ MS SQL 2000, but the first is 64bit version, while second is a 32bit
version.
When I try to do this:
insert into Server2.mydb.dbo.table1 select * from
Server1.mydb.dbo.table1 order by add_item
I get an error:
S... more >>
differences between ORACLE and MS SQL
Posted by evagelos at 1/18/2005 1:26:45 AM
i want to create some queerys in MS-SQL
1)
this queery in ORACLE-SQL works fine , in MS-SQL?
SELECT code_card, card_date + 31
FROM card
i searce and find out that i must use "DATEADD ( datepart , number, date )"
but how?
2)
this queery in ORACLE-SQL works fine , in MS-SQL?
... more >>
Q186726 Error 80004005 Occurs When Retrieving Data from SQL Server
Posted by shalafi at 1/17/2005 8:15:02 PM
Does anyone know if this article is valid for connection between servers.
I'm getting an intermittent
|308|80004005|[Microsoft][ODBC_SQL_Server_Driver]Timeout_expired when a
website running on a windows 2000sp3 tries to write data to sql 2000 server
running on windows 2003 server. Could th... more >>
simple odbc sample using C?
Posted by Neil W at 1/17/2005 5:56:09 PM
I am new to odbc - can anyone point me to a simple odbc example written in C
(not using MFC) that does a simple select and a simple insert? Thanks.
... more >>
General SQL/ODBC question
Posted by MargaretM at 1/13/2005 1:55:03 PM
Hello,
I do not have much of a programming background at all, so I am not sure how
to ask this, so I will try to keep it brief:
I am trying to teach myself SQL programming on my home PC using Windows XP
(using the book "Teach yourself SQL in 10 min."). I searched my PC and do
not have M... more >>
ODBC--call failed
Posted by vespo at 1/13/2005 1:19:15 PM
I have an Access 97 database (using Jet 4.0) connecting to a SQL 2000
via ODBC - the OS is Win XP Pro SP2. When i open a form to display the
records in the linked table they come up fine, but after about 30
seconds it dings and i get the pop up ODBC--call failed. If i close the
form and re... more >>
Time-out when querying large databases
Posted by Imad Koussa at 1/13/2005 8:43:55 AM
BlankSometimes, when large tables are being queried via the MMC in =
Enterprise Manager, an error is returned because of an SQL ODBC driver =
time-out.=20
The same query when run from the Query Analyzer is completing =
successfully. Is there a parameter that can be modified to increase the =
t... more >>
SQL Losing Data
Posted by Neil Ginsberg at 1/12/2005 7:53:02 PM
We're using SQL Server 7 with an Access 2000 MDB as a front end with ODBC
linked tables. I recently created a new set of tables for the app, and users
are complaining that unsaved data is being lost when they move to a new
record. This seems to be the case when there are multiple users. When t... more >>
How to copy DSN from one server to another?
Posted by Ron Niederer at 1/11/2005 12:03:04 PM
I need to setup identical System DSN ODBC connections on multiple servers...
is there a way to easily migrate the System DSNs from one server to another?... more >>
SQL server Login connection failed sqlstate 28000 sql server err 1
Posted by aleksg01 NO[at]SPAM newsgroup.nospam at 1/10/2005 5:45:07 AM
Just recently our company upgraded to Windows XP Pro SP2, running Mdac 2.8.
We have Access 2000 database, using sql 7 back ends. The applications run
fine until when we try to relink them, after making changes. They relink
fine to a DSN and then when I close the Access application, then reo... more >>
external link table
Posted by souris at 1/8/2005 7:42:31 PM
Does SQL server support external link database like DB2 or Oracle through
ODBC?
Any information is appreciated.
... more >>
sql share lock issue
Posted by paul at 1/7/2005 3:21:04 PM
I have an issue with SQL 2000 Standard Edn (8.00.760 SP3) that I believe to
be "Bug #: 471578". It manifested after my SP3 install.
Manifest: I use a simple 3 table select "View" as a form recordsource in
read-only, no locks mode. SQL, however, places locks on all the records.
Then other for... more >>
cannot start SQL server
Posted by Beyazit Kucukali at 1/4/2005 11:05:02 PM
I was using SQL server service manager with no problem.
I've installed "Business Contact Manager" and now service manager cannot
connect to the server.
Thanks for any advise.... more >>
MSDE Installation Help
Posted by John Rydenbark at 1/3/2005 7:19:02 PM
Hi
I am trying to instal MSDE 2000 on a Windows XP Pro SP2 machine. I type in
.....
"Setup.exe /qb+ INSTANCENAME=NetSDK DISABLENETWORKPROTOCOLS=1 SAPWD=<YOUR SA
PASSWORD>" at the command prompt and the MSDE setup begins to take place. At
the nearly the end of the install, I get a pop-up dial... more >>
altering a column of a table
Posted by Eitan at 1/3/2005 10:46:34 AM
Hello,
I have an internet site, that supports ms-sql server 2000.
The hosting company for some reason have problems on there wizard of
creating columns on db,
and doesn't support the auto-increment.
How can I do alter to a column, with an sql command, to an auto-increment
one ?
Need sampl... more >>
MSDE via ODBC, code VC++ VS.NET 2003
Posted by Rajo Mandiri at 1/3/2005 2:06:04 AM
Pal,
Anyone can give me clue how is to do MSDE connection via
ODBC.
My application is coded by VC++ .NET 2003
Thank you.
Rajo M
... more >>
Need sample code for asp + sql server
Posted by Avi at 1/1/2005 9:54:34 PM
Hello,
I am developing for internet.
I need a good example for ASP page, that use sql-server with some update
commands + transactions (use insert/update command + beginTrans/EndTrans,
please.
Thanks :)
... more >>
|