all groups > sql server odbc > august 2003
Filter by week: 1 2 3 4 5
Updating/Inserting DateTime Values into SQL 2000
Posted by Rossco at 8/31/2003 6:30:47 PM
Hi All, Thanks In Advance!
I am attempting to insert/update datetime records via ASP
to a SQL 2000 Server database. The data type on the field
is datetime (not smalldatetime) and the field name is not
a reserved word. I am trying to pass the value of either
now() or date() and receive the... more >>
SQLBindCol problem with SQL Server DATETIME column
Posted by Greg Obleshchuk at 8/28/2003 12:46:52 PM
Hello ,
I am having this problem and I don't know the correct way to solve it. I am
retrieving the data from a sql statement using a SQLExecDirect statement.
Then i am binding the columns to a variable using the SQLBindCol. I need
the columns in a char variable so this is how I define the bind... more >>
SQL SERVER ODBC driver support Error
Posted by OscarAM at 8/27/2003 3:10:27 AM
Hi, we have a SQL 2000 Server with SP3 installed, wich has
been INFECTED with Blaster VIRUS.
ONCE DESINFECTED we have got the following error in the
application event viewer every minute:
----------------------------------------------------------
Source: SQL Server ODBC driver support
Typ... more >>
"Syntax error or access violation" with new (July 22 2003) driver
Posted by faustino Dina at 8/26/2003 9:37:50 AM
Hi,
I'm having troubles with the SQL Server ODBC driver 2000.81.9001.40 dated on
July 22 2003. It is incompatible with our custom application developed with
Centura SQLWindows/32 Version 1.5.1-PFT2. When running some queries, the
error message reported by the driver is
Error No: 20035
Erro... more >>
Invalid Cursor State
Posted by David Koth at 8/26/2003 8:31:10 AM
I am able to create a view in SQL Query Analyzer with no
problems. When I try to do this in Enterprise Manager, I
get the 'Invalid Cursor State' error when I try to save
the view. Any ideas?... more >>
ASP Runtime error 0x800A01FB
Posted by Santhosh at 8/25/2003 11:25:28 PM
Hi,
I'm calling a component from an ASP page. The component in
turn access the database and stores/retrieves data from
it. But I get the following error.
Error Type:
Microsoft VBScript runtime (0x800A01FB)
An exception occurred: 'Update_Pipeline_Request'
/MSO/Pipeline/Pipeline.asp, line 1... more >>
Microsoft OLE DB Provider for ODBC Drivers error '80040e57'
Posted by (jennifer.case NO[at]SPAM snet.net) at 8/25/2003 7:38:02 PM
I am running into this problem. I support a vendor product where all I do is place the MSI and PTP files on the servers and run them. Then start the website up. I am running into this error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e57'
I can't look at any of the tables or code be... more >>
Headaches moving an SQL2K database between servers
Posted by Ben M. at 8/25/2003 2:45:56 AM
Greetings all,
This should be an easy task, and Im sure it is, but as many times as I have
tried, I cant seem to get this to work properly.
We changed ISPs recently from a shared host to a co-located server, and our
former host was nice enough to send us a backup of our old SQL2000 database
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
[Microsoft][ODBC SQL Server Driver][SQL Server]There is insufficient system memo
Posted by Kelly Fritchman at 8/21/2003 1:30:20 PM
Hello all, I'm getting this error sometimes. Most of the
time it works. i have look on MS website and nothing
seems to help.. Can anyone help me with this.
Thanks... more >>
change datatype
Posted by lily at 8/19/2003 6:38:34 PM
i have this error when i change from varchar to smallmoney
"ODBC error: [Microsoft][ODBC SQL Server Driver][SQL
Server]The conversion from char data type to smallmoney
data type resulted in a smallmoney overflow error."
please help me...... more >>
Cannot update through ODBC
Posted by Raul at 8/19/2003 3:41:15 PM
Hi,
I'm using SQL2K and I have an Access database with linked
tables (via ODBC) to the SQL Server.
For some reason I cannot create or update records any longer.
It used to work just fine. I've refreshed the links, checked the
connections etc. but all I get is the error 3027 Can't update.
Datab... more >>
COM
Posted by Duncan Winn at 8/19/2003 3:18:56 PM
Does anyone know how to access a COM component from VC++ 7???
Thanks for any help, and sorry if this is an inappropriate place to post
this question, but I did not know which user group to post it on.
... more >>
MS Access Can't Find Stored Procedure
Posted by Michael Wolfstone at 8/18/2003 12:45:27 PM
I have a MS Access 2000 front end application accessing a
MS SQL 7 database via ODBC. The application calls many
stored procedures in the database.
I have a new report and new stored procedure as the source
data for the report. Some users accessing the report via
a Windows 2000 Terminal S... more >>
Losing connection
Posted by E Sullivan at 8/14/2003 9:35:59 AM
Hi,
I'm running Windows XP Professional and Sql Server 7 and I keep getting
errors about losing my connection to the server. This happens frequently in
query analyzer and in VB 6 programs.
Any help would be appreciated.
Thanks
Ellie
... more >>
[Microsoft][ODBC SQL Server Driver]Timout expired
Posted by james_peppercorn NO[at]SPAM storagetek.com at 8/14/2003 7:36:14 AM
I have come across this numerous times. I will have a
query or view that times out at 30 seconds. However, it runs fine
when
in a procedure. The error is below. I believe it has to do with my
ODBC connection settings, but don't know where to go to make the
changes? Can anyone help?
===... more >>
Yes/No fields queried ODBC in Access
Posted by mjones NO[at]SPAM retailready.com at 8/14/2003 5:19:51 AM
This may be a simple question.
We recently converted our backend database from Access 97 to MS SQL
2000.
I have a huge reporting database (Access 2002) with thousands of
queries that I have been using for years when the database was in
Access 97. Now I am linking ODBC to the SQL Server.
... more >>
Linked Server
Posted by John TL Lee at 8/13/2003 9:56:16 PM
Anyone know how to do a dirty read through a linked server? I've got a
linked server to a very busy Informix DB using Informix 3.38 drivers.
John TL Lee
... more >>
error 8114
Posted by Chris Oberheim at 8/13/2003 7:21:40 PM
I keep
getting error 8114 when I query on the linked Oracle
server. It states it could not be converted to a
datetime value in Microsoft=AE SQL ServerT. The
DBTYPE_DATE column most likely has a value outside the
range supported by the datetime data type (datetime
values must be from January 1... more >>
Getting data into SQL server from a ref cursor Oracle procedure.
Posted by kevin at 8/13/2003 7:14:41 PM
Which is the best way to get data from an Oracle stored
procedure that is returning a ref cursor to SQL server.
The data returning in the ref cursor is a unoin of rows
that will be saved in a table.
Can this be done without creating a separate application
between the two databases.... more >>
ODBC for failover
Posted by sergei at 8/13/2003 8:21:29 AM
Is it possible to configure ODBC driver, that will provide
connectivity to another SQL Server instance, if the primary
is not available?
Thanks a lot... more >>
ODBC linked server to DB2 on Windows 2000.
Posted by Kjell Nilsen at 8/11/2003 3:38:27 PM
Hi,
I'm having problems to do updates and insert into an IBM DB2 database from
SQL Server. Does anyone know if this is possible ? If so, do you have any
suggestions on how to make it work?
My environment: Windows 2000 server SP2; SQL Server 2000 SP 2; DB2 ver. 7.2
fixpack 8. Both databa... more >>
ODBC connections failure
Posted by Tim Dassinger at 8/11/2003 12:24:38 PM
I need some help any help would be greatly appreciated-
the database administrator is out sick and we can no longer log onto the
database.
We are a small company with two servers & 7 workstations.
Svr1 is the primary domain controller, Win2k Adv Svr - Active Dir
Svr2 is the database s... more >>
older ODBC drivers on SQL 2000
Posted by Barry Tastet at 8/11/2003 11:43:58 AM
We are considering upgrading our SQL Server from version
6.2 to version 2000. We're running on an NT operating
system, and most users connect using ODBC versions 3.6 and
3.7. I'm finding when users are upgraded to ODBC 2000,
they are unable to retrieve their info. Rolling back the
driv... more >>
Any way to optimize sp_sproc_columns
Posted by Brett at 8/11/2003 10:38:04 AM
We just upgraded from SQL 6.5 to SQL 2000. We also have moved SQL Server to
a much beefier machine. Actual data access in our database is much faster,
but we've noticed that the speed of the application itself has slowed down
some because sp_sproc_columns now seems to take quite a bit longer to... more >>
The ODBC Library is locked. ODBC setup will not continue plaease help me!!
Posted by squallchen at 8/11/2003 10:04:53 AM
I installed Cambridge learner's dictionary on a winXP perfersional
edition(sp1) and I receive the message "The ODBC Library is locked. ODBC
setup will not continue".
How can i solve this problem?
thanks for your help!
--
Posted via http://dbforums.com... more >>
PocketPC, SQL, ODBC
Posted by Jeremy K at 8/11/2003 1:19:13 AM
Ok I _want_ to connect to a SQL server (desktop) from a PocketPC 2002
client.
1. Does PocketPC support ODBC?
2. Is a remote connection possible?
Any help will do. Thx.
J
... more >>
query to select punctuation marks
Posted by fishberry at 8/7/2003 11:02:19 AM
I have a table(sentences) which has two columns:
Indexnumber,Sentence.Sentence column contains a lot of English sentences. I
want to select all sentences which contain question mark.
I use sql:
select *
from sentences
where sentence Like "%?%"
But it doesn't work.
... more >>
A problem with certificates
Posted by Joe Bucar at 8/6/2003 2:43:06 PM
Hello,
I am trying to establish strong encryption for ODBC. What I am trying to do
is enable SSL encryption for SQL on a SBS2K server with certificate server.
First, I was able to sucessfully create a certificate. The problem that is
occuring is when I check the "force protocol encrtption" opti... more >>
OleDb consumer where is my data source
Posted by Duncan Winn at 8/6/2003 11:39:04 AM
I have generated an OleDB provider from MS VC++ 7 ATL templates. I have
modified this using Lon Fishers tutorial!
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60/htm
l/msdn_vc6oledbprov.asp)
However when I come to generating a consumer (using MS VC++ 7 ATL templates)
... more >>
Scheduling a Local Package
Posted by Bill S at 8/6/2003 2:47:47 AM
I am at my wits end with scheduling a local package I created. I am a self
learner so any help is greatly appreciated.
1. I tried to let the job execute at a time when I knew the Oracle data
was available.
2. The package completes with no errors when I execute it manually from
the Ente... more >>
MSSQL2K ODBC in WinXP Pro
Posted by Larry Stall at 8/5/2003 7:42:05 AM
Recently upgraded a development station from Win2K Pro to
WinXP Pro. It has a MSSQL2K Personal Edition running so
it can be used for development when not connected to the
company domain (with MSSQL2K servers). It is used for
VStudio 6.0 and VStudio.Net development.
Recently, while not con... more >>
Table owner and Select permission
Posted by Garret at 8/4/2003 9:53:39 PM
New to SQL server. I have created a database in SQL7 and have created a
table in the database ICFPM. Its really basic, just two fields. I have
created a new login to the database, and have made the user a member of
everything. I set the database up as a system DSN and have tested the
connection... more >>
Cannot delete rows
Posted by Brian Andrus at 8/1/2003 10:42:48 PM
I dropped a table (table B) that was linked from another
(table A). Now when I try to delete a row in table A, it
throws an error saying the object could not be found.
If I recreate table B with the linked field (even if it
is empty and a different data type), then I can delete
rows from ... more >>
|