all groups > sql server odbc > april 2004 > threads for april 8 - 14, 2004
Filter by week: 1 2 3 4 5
UTF 8 string retrieval through ODBC
Posted by Charandeep at 4/14/2004 10:20:17 PM
hi
I have connected my MS SQL SERVER 2000 through ODBC with C
programming language
what i am trying to do is to retrieve a UTf 8 string
stored in the NVARCHAR field in the database
the program is working fine with varchar
but is unable to retrieve the utf 8 string in NVARCHAR
field
ca... more >>
Is this default behavior?
Posted by Carl Matthews at 4/14/2004 5:56:12 PM
Hello all,
I'm having difficulties understanding why something is not going the way I
want it (sounds familiar?). I'm testing SQL injection on my own PC, based on
the article at http://aspalliance.com/articleViewer.aspx?aId=385&pId=-1.
when I enter only my credentials in the user field, like
... more >>
invalid cursor state
Posted by Dan at 4/14/2004 3:31:06 PM
I am unable to save modifications to changes in a database. I get the following error
- Unable to preserve security settings for user 'RIMSUser'.
ODBC error: [Microsoft][ODBC SQL Server Driver]Invalid cursor stat
Any suggestions?... more >>
Error in ODBC Connection HELP
Posted by Nuno Pereira at 4/14/2004 6:10:20 AM
I had in a customer a ODBC connection to the database sql
in which I modified the client configurations the
connection I took off the option to determine door
dynamicly and placed the 1433 but it gave error and after
this exactly placing again to determine door dynamicly it
gives always e... more >>
SQL Servers Vs mySQL
Posted by Jacky Luk at 4/13/2004 4:55:28 PM
It is very embarrassing to pronounce it here. But can somebody give some
comparisons of mySQL and SQL Server 2000 in terms of performance,
reliability etc can anyone know of a list of comparisons on the net?
Thanks
Jack
... more >>
SQL Server for standalone computer
Posted by Jacky Luk at 4/13/2004 3:50:34 PM
Dear all,
I had been looking for B+ Trees and bubble sort algorithms since Sunday for
C++ .NET; The problem was that I was on the development platform and I
wanted to test my application for accessing billions of records from a
standlone computer. Now I find that it is really inefficient and cha... more >>
Need to bulk insert quickly with .NET
Posted by Todd Burry at 4/13/2004 1:19:30 PM
Hi all, I hope this is the correct place for this post.
I need to write a service that will bulk insert 3 million+ records from a
fixed width formatted text file to an SQL Server table. When I started
importing these records I used Access to put the records into a table and
DTS to get the t... more >>
Access 97 linked to SQL 2000 large fields problems
Posted by temp1999 NO[at]SPAM yahoo.co.uk at 4/13/2004 10:22:32 AM
Hi there,
I've been slogging away at this one for a while and searching on
Google Groups so I thought perhaps if I ask someone can help.
We have an old Access 97 Db, which we have recently moved to SQL 2000
to make it easier to build a .net web interface. However we still
need to use the o... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Access front end - stored procedure result
Posted by hey_its_neil NO[at]SPAM yahoo.co.uk at 4/13/2004 4:54:33 AM
Hello,
I have a SQL Server 2000 database with an Access 97 front end.
I want to run stored procedures, (not nessessarily ones which return
records either - action type queries for adding new records etc), from
access and retreive some result from the procedure which would be used
programaticall... more >>
Hints in T-SQL (SQL Server 2000)
Posted by Aparna at 4/12/2004 9:36:04 PM
Hello
I want the help on the SQL Server HINTS. In Oracel we use the hints in the following manner
SELECT /*+ ORDERED use_nl(EMPLOYEE_RECORD_MGR)*
Similarly, i found the help on SQL Server HINTS. They are used with the Keyword 'OPTION' at the end of SELECT statement
Here i want to know more a... more >>
BCP out from ODBC
Posted by Drew at 4/9/2004 11:37:54 AM
Is it possible to BCP out from an ODBC data source?
... more >>
Can't connect odbc to sql server 7
Posted by Colin at 4/8/2004 9:08:23 AM
sent previous message prematurely.
I have installed SQL server 7 (with sp4) on a Windows
server 2003 pdc and setup security for Windows and SQL
Logins. But I can not connect via odbc from a workstation
to the SQL Server. I can connect through odbc from our
other server so the login passwo... more >>
|