Click here to Skip to main content
15,902,447 members
Home / Discussions / Database
   

Database

 
QuestionProblem installing SQL 2005 Express Pin
data1423-Aug-06 19:21
data1423-Aug-06 19:21 
AnswerRe: Problem installing SQL 2005 Express Pin
Jerry Hammond24-Aug-06 5:30
Jerry Hammond24-Aug-06 5:30 
GeneralRe: Problem installing SQL 2005 Express Pin
data1426-Aug-06 10:46
data1426-Aug-06 10:46 
QuestionHow to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
BalasahebK23-Aug-06 18:33
BalasahebK23-Aug-06 18:33 
AnswerRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
Colin Angus Mackay23-Aug-06 22:36
Colin Angus Mackay23-Aug-06 22:36 
GeneralRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 [modified] Pin
BalasahebK23-Aug-06 23:07
BalasahebK23-Aug-06 23:07 
GeneralRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
Colin Angus Mackay24-Aug-06 5:24
Colin Angus Mackay24-Aug-06 5:24 
AnswerRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
Mike Dimmick24-Aug-06 0:11
Mike Dimmick24-Aug-06 0:11 
Your source data appears to be UTF-8. Varchar columns in SQL Server 2000 are Windows-1252 if you're using the Modern_Spanish or Mexican_Trad_Spanish collations.

Somewhere along the line, your UTF-8 data is being interpreted as Windows-1252. If you're using ADO or ADO.NET, all strings are internally Unicode (UTF-16) in the runtime, before being passed to the database, so you should check whatever process is passing the strings to ADO. For example, if reading from a file, you should check that the file is set to UTF-8 mode. Visual Basic 6.0 cannot do this - it always reads files using the thread's current code page.

Bulk Insert also does not understand UTF-8. You will have to preprocess your file into something it does understand, either Windows-1252 or UTF-16.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 [modified] Pin
BalasahebK24-Aug-06 0:58
BalasahebK24-Aug-06 0:58 
QuestionOledbparameter names with spaces Pin
GrindEspresso23-Aug-06 14:48
GrindEspresso23-Aug-06 14:48 
AnswerRe: Oledbparameter names with spaces Pin
Navi1523-Aug-06 19:03
Navi1523-Aug-06 19:03 
GeneralRe: Oledbparameter names with spaces Pin
GrindEspresso23-Aug-06 21:09
GrindEspresso23-Aug-06 21:09 
QuestionWhat is the simplest statement to insert a bitmap into Image column? Pin
pedestrian79723-Aug-06 13:55
pedestrian79723-Aug-06 13:55 
AnswerRe: What is the simplest statement to insert a bitmap into Image column? Pin
Jerry Hammond23-Aug-06 17:01
Jerry Hammond23-Aug-06 17:01 
QuestionDynamic EXEC [modified] Pin
em00guy23-Aug-06 8:28
em00guy23-Aug-06 8:28 
AnswerRe: Dynamic EXEC Pin
em00guy23-Aug-06 9:47
em00guy23-Aug-06 9:47 
QuestionHierarchical Rollup Help (SQL Server 2005) Pin
T-Smooth23-Aug-06 6:48
T-Smooth23-Aug-06 6:48 
AnswerRe: Hierarchical Rollup Help (SQL Server 2005) Pin
Eric Dahlvang24-Aug-06 4:26
Eric Dahlvang24-Aug-06 4:26 
QuestionFill my Report (Crystal Report) Pin
Schimaera22-Aug-06 23:48
Schimaera22-Aug-06 23:48 
AnswerRe: Fill my Report (Crystal Report) Pin
Schimaera24-Aug-06 2:03
Schimaera24-Aug-06 2:03 
GeneralRe: Fill my Report (Crystal Report) Pin
Schimaera24-Aug-06 22:10
Schimaera24-Aug-06 22:10 
QuestionSimple problem but irriatating me Pin
sandeep kumar pundhir22-Aug-06 21:37
sandeep kumar pundhir22-Aug-06 21:37 
AnswerRe: Simple problem but irriatating me [modified] Pin
Mike Dimmick23-Aug-06 0:08
Mike Dimmick23-Aug-06 0:08 
QuestionCSV to Tab Delimiter file Pin
Yong Yau22-Aug-06 20:52
Yong Yau22-Aug-06 20:52 
AnswerRe: CSV to Tab Delimiter file Pin
Mike Dimmick23-Aug-06 0:19
Mike Dimmick23-Aug-06 0:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.