all groups > sql server odbc > august 2006 > threads for august 22 - 28, 2006
Filter by week: 1 2 3 4 5
I'm losing my tildes over here!
Posted by Mike C# at 8/28/2006 11:36:19 AM
Hi all,
Looks like I inherited a little collation problem, and it's causing me
headaches. This is a little involved, so please bear with me:
Most of the CHAR and VARCHAR columns in the tables of this database are set
to SQL_Latin1_General_CP1_CI_AS collation. A few are set to
SQL_Latin... more >>
Strange characters with Bulk Load
Posted by Mike C# at 8/24/2006 5:14:16 PM
I'm writing a small app to bulk load some data and receiving strange
results. Some of the data contains non-standard alphabetic characters, like
the name Jose (with an accent over the e). It is being loaded into the
table as JosT. The column is a VARCHAR(50), and it seems to work with
reg... more >>
Pass Through query with property ReturnsRecords set to FALSE
Posted by Di at 8/24/2006 1:34:40 AM
Whenever I try to make a pass through query in Access 2002 for Oracle
sql server I get this fault
"The microsof Jet engine cannot find table or query" and then mentions
the connection string as table or query name.
The query is not supposed to return records, because it is DROP TABLE
<table_nam... more >>
SQL Server runs very slowly suddenly??
Posted by SL.Yeung at 8/24/2006 12:00:00 AM
Hi All,
I am using SQL Server 2005 Developer Edition, the application is used
ODBC to communicate with database, everything is OK in the beginning, but
when the application running and data is filled into the tables, the size of
the database increase, and now the size is about 11M, the sp... more >>
ODBC failing
Posted by Jan K. van Dalen at 8/23/2006 1:02:59 PM
Hi Everyone,
Ok, I'm pretty new to SQL Server. I installed SQL Server 2005 Express with
extended option.
I'm able to connect to it using Management Studio Express I was able to
create a new DB and create a login user "demo" with password "demo". Gave
full access to the new db.
Now ... more >>
|