Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: General » microsoft.public.windows.64bit.general
Thread: Need Microsoft ODBC Driver for Text files

HTVi
TV Discussion Newsgroups

Need Microsoft ODBC Driver for Text files
"Ahmed Saeed" <ahmedbam[ at ]eim.ae> 5/23/2007 9:19:59 AM
Hi

I installed Windows 64 Bit Server and SP2, but could not find the Microsoft
ODBC driver for text files installed. Could any one please tell me how to
install this driver.

Thank you.


Re: Need Microsoft ODBC Driver for Text files
"Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org> 5/23/2007 9:21:48 PM
The following from an earlier post by Pascal might help:

From a post by Pascal Deliot:

It's important to understand which kind of DSN you have. On an x64 system,
you can create an ODBC connection(DSN) on the 32-bit side of the system or
on the 64-bit side of the system.

32-bit applications will only see ODBC connections created in the 32-bit
side, and 64-bits applications will only see ODBC connections from the
64-bit side. Each kind of application has is own registry.

To setup DSN for 32-bit application you must use:
%WINDIR%\SysWOW64\odbcad32.exe
and for 64-bit application you must use:
%WINDIR%\System32\odbcad32.exe

HTH
--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
news:f310tu$aqu101[ at ]news-dxb.emirates.net.ae...
[Quoted Text]
> Hi
>
> I installed Windows 64 Bit Server and SP2, but could not find the
> Microsoft ODBC driver for text files installed. Could any one please tell
> me how to install this driver.
>
> Thank you.
>
>

Re: Need Microsoft ODBC Driver for Text files
"Ahmed Saeed" <ahmedbam[ at ]eim.ae> 5/24/2007 3:45:00 AM
Thanks Charlie

I found both the 32-bit and 64-bit ODBCs. However, only the 32-bit contains
drivers for Text files and I have an ASP page that require to connect to a
text file but it seems that the page connects to the 64-bit where not text
drivers available. my question, is how I can connect to the text file using
the available ODBC driver.



"Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org> wrote in message
news:58144CCB-4708-4085-874F-8F297569EBD7[ at ]microsoft.com...
[Quoted Text]
> The following from an earlier post by Pascal might help:
>
> From a post by Pascal Deliot:
>
> It's important to understand which kind of DSN you have. On an x64 system,
> you can create an ODBC connection(DSN) on the 32-bit side of the system or
> on the 64-bit side of the system.
>
> 32-bit applications will only see ODBC connections created in the 32-bit
> side, and 64-bits applications will only see ODBC connections from the
> 64-bit side. Each kind of application has is own registry.
>
> To setup DSN for 32-bit application you must use:
> %WINDIR%\SysWOW64\odbcad32.exe
> and for 64-bit application you must use:
> %WINDIR%\System32\odbcad32.exe
>
> HTH
> --
> Charlie.
> http://msmvps.com/xperts64
> http://mvp.support.microsoft.com/profile/charlie.russel
>
>
> "Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
> news:f310tu$aqu101[ at ]news-dxb.emirates.net.ae...
>> Hi
>>
>> I installed Windows 64 Bit Server and SP2, but could not find the
>> Microsoft ODBC driver for text files installed. Could any one please tell
>> me how to install this driver.
>>
>> Thank you.
>>
>>
>


Re: Need Microsoft ODBC Driver for Text files
"Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org> 5/24/2007 3:18:34 PM
Sorry, you're outside my area of expertise. This is, ultimately, an ASP
question of how to force it to call a 32-bit ODBC when it's 64-bit, or,
alternately, how to write a 64-bit ODBC drivers for Text files. The overall
focus of this newsgroup is around end-user and general IT questions. You
might have better luck over on one of the more ASP oriented newsgroups.

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
news:f331m1$ar19[ at ]news-dxb.emirates.net.ae...
[Quoted Text]
> Thanks Charlie
>
> I found both the 32-bit and 64-bit ODBCs. However, only the 32-bit
> contains drivers for Text files and I have an ASP page that require to
> connect to a text file but it seems that the page connects to the 64-bit
> where not text drivers available. my question, is how I can connect to the
> text file using the available ODBC driver.
>
>
>
> "Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org> wrote in message
> news:58144CCB-4708-4085-874F-8F297569EBD7[ at ]microsoft.com...
>> The following from an earlier post by Pascal might help:
>>
>> From a post by Pascal Deliot:
>>
>> It's important to understand which kind of DSN you have. On an x64
>> system, you can create an ODBC connection(DSN) on the 32-bit side of the
>> system or on the 64-bit side of the system.
>>
>> 32-bit applications will only see ODBC connections created in the 32-bit
>> side, and 64-bits applications will only see ODBC connections from the
>> 64-bit side. Each kind of application has is own registry.
>>
>> To setup DSN for 32-bit application you must use:
>> %WINDIR%\SysWOW64\odbcad32.exe
>> and for 64-bit application you must use:
>> %WINDIR%\System32\odbcad32.exe
>>
>> HTH
>> --
>> Charlie.
>> http://msmvps.com/xperts64
>> http://mvp.support.microsoft.com/profile/charlie.russel
>>
>>
>> "Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
>> news:f310tu$aqu101[ at ]news-dxb.emirates.net.ae...
>>> Hi
>>>
>>> I installed Windows 64 Bit Server and SP2, but could not find the
>>> Microsoft ODBC driver for text files installed. Could any one please
>>> tell me how to install this driver.
>>>
>>> Thank you.
>>>
>>>
>>
>
>

Re: Need Microsoft ODBC Driver for Text files
Darrellg[ at ]online.microsoft.com ("Darrell Gorter[MSFT]") 5/24/2007 8:09:49 PM
Hello,
I need to check, but I am not aware of any ODBC 64-bit drivers other than
maybe SQL.
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
|>From: "Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org>
|>References: <f310tu$aqu101[ at ]news-dxb.emirates.net.ae>
<58144CCB-4708-4085-874F-8F297569EBD7[ at ]microsoft.com>
<f331m1$ar19[ at ]news-dxb.emirates.net.ae>
|>In-Reply-To: <f331m1$ar19[ at ]news-dxb.emirates.net.ae>
|>Subject: Re: Need Microsoft ODBC Driver for Text files
|>Date: Thu, 24 May 2007 08:18:34 -0700
|>Lines: 65
|>Message-ID: <FC038A5A-EF6D-4B9C-835B-4CC51165D5A8[ at ]microsoft.com>
|>MIME-Version: 1.0
|>Content-Type: text/plain;
|> format=flowed;
|> charset="Windows-1252";
|> reply-type=response
|>Content-Transfer-Encoding: 7bit
|>X-Priority: 3
|>X-MSMail-Priority: Normal
|>X-Newsreader: Microsoft Windows Mail 6.0.6000.16386
|>X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16386
|>X-MS-CommunityGroup-PostID: {FC038A5A-EF6D-4B9C-835B-4CC51165D5A8}
|>X-MS-CommunityGroup-ThreadID: 62259B39-E09C-442F-BE32-B02483E7B053
|>X-MS-CommunityGroup-ParentID: CE779504-1E00-4A02-B500-54EB784BE773
|>Newsgroups: microsoft.public.windows.64bit.general
|>Path: TK2MSFTNGHUB02.phx.gbl
|>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.64bit.general:6852
|>NNTP-Posting-Host: TK2MSFTNGHUB02.phx.gbl 127.0.0.1
|>X-Tomcat-NG: microsoft.public.windows.64bit.general
|>
|>Sorry, you're outside my area of expertise. This is, ultimately, an ASP
|>question of how to force it to call a 32-bit ODBC when it's 64-bit, or,
|>alternately, how to write a 64-bit ODBC drivers for Text files. The
overall
|>focus of this newsgroup is around end-user and general IT questions. You
|>might have better luck over on one of the more ASP oriented newsgroups.
|>
|>--
|>Charlie.
|>http://msmvps.com/xperts64
|>http://mvp.support.microsoft.com/profile/charlie.russel
|>
|>
|>"Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
|>news:f331m1$ar19[ at ]news-dxb.emirates.net.ae...
|>> Thanks Charlie
|>>
|>> I found both the 32-bit and 64-bit ODBCs. However, only the 32-bit
|>> contains drivers for Text files and I have an ASP page that require to
|>> connect to a text file but it seems that the page connects to the
64-bit
|>> where not text drivers available. my question, is how I can connect to
the
|>> text file using the available ODBC driver.
|>>
|>>
|>>
|>> "Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org> wrote in
message
|>> news:58144CCB-4708-4085-874F-8F297569EBD7[ at ]microsoft.com...
|>>> The following from an earlier post by Pascal might help:
|>>>
|>>> From a post by Pascal Deliot:
|>>>
|>>> It's important to understand which kind of DSN you have. On an x64
|>>> system, you can create an ODBC connection(DSN) on the 32-bit side of
the
|>>> system or on the 64-bit side of the system.
|>>>
|>>> 32-bit applications will only see ODBC connections created in the
32-bit
|>>> side, and 64-bits applications will only see ODBC connections from the
|>>> 64-bit side. Each kind of application has is own registry.
|>>>
|>>> To setup DSN for 32-bit application you must use:
|>>> %WINDIR%\SysWOW64\odbcad32.exe
|>>> and for 64-bit application you must use:
|>>> %WINDIR%\System32\odbcad32.exe
|>>>
|>>> HTH
|>>> --
|>>> Charlie.
|>>> http://msmvps.com/xperts64
|>>> http://mvp.support.microsoft.com/profile/charlie.russel
|>>>
|>>>
|>>> "Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
|>>> news:f310tu$aqu101[ at ]news-dxb.emirates.net.ae...
|>>>> Hi
|>>>>
|>>>> I installed Windows 64 Bit Server and SP2, but could not find the
|>>>> Microsoft ODBC driver for text files installed. Could any one please
|>>>> tell me how to install this driver.
|>>>>
|>>>> Thank you.
|>>>>
|>>>>
|>>>
|>>
|>>
|>
|>

Re: Need Microsoft ODBC Driver for Text files
Darrellg[ at ]online.microsoft.com ("Darrell Gorter[MSFT]") 5/30/2007 4:28:39 PM
Hello,
After checking there isn't a 64-bit text ODBC driver.
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
|>X-Tomcat-ID: 403970256
|>References: <f310tu$aqu101[ at ]news-dxb.emirates.net.ae>
<58144CCB-4708-4085-874F-8F297569EBD7[ at ]microsoft.com>
<f331m1$ar19[ at ]news-dxb.emirates.net.ae>
<FC038A5A-EF6D-4B9C-835B-4CC51165D5A8[ at ]microsoft.com>
|>MIME-Version: 1.0
|>Content-Type: text/plain
|>Content-Transfer-Encoding: 7bit
|>From: Darrellg[ at ]online.microsoft.com ("Darrell Gorter[MSFT]")
|>Organization: Microsoft
|>Date: Thu, 24 May 2007 20:09:49 GMT
|>Subject: Re: Need Microsoft ODBC Driver for Text files
|>X-Tomcat-NG: microsoft.public.windows.64bit.general
|>Message-ID: <70bb99jnHHA.1428[ at ]TK2MSFTNGHUB02.phx.gbl>
|>Newsgroups: microsoft.public.windows.64bit.general
|>Lines: 98
|>Path: TK2MSFTNGHUB02.phx.gbl
|>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.64bit.general:6858
|>NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
|>
|>Hello,
|>I need to check, but I am not aware of any ODBC 64-bit drivers other than
|>maybe SQL.
|>Thanks,
|>Darrell Gorter[MSFT]
|>
|>This posting is provided "AS IS" with no warranties, and confers no rights
|>--------------------
|>|>From: "Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org>
|>|>References: <f310tu$aqu101[ at ]news-dxb.emirates.net.ae>
|><58144CCB-4708-4085-874F-8F297569EBD7[ at ]microsoft.com>
|><f331m1$ar19[ at ]news-dxb.emirates.net.ae>
|>|>In-Reply-To: <f331m1$ar19[ at ]news-dxb.emirates.net.ae>
|>|>Subject: Re: Need Microsoft ODBC Driver for Text files
|>|>Date: Thu, 24 May 2007 08:18:34 -0700
|>|>Lines: 65
|>|>Message-ID: <FC038A5A-EF6D-4B9C-835B-4CC51165D5A8[ at ]microsoft.com>
|>|>MIME-Version: 1.0
|>|>Content-Type: text/plain;
|>|> format=flowed;
|>|> charset="Windows-1252";
|>|> reply-type=response
|>|>Content-Transfer-Encoding: 7bit
|>|>X-Priority: 3
|>|>X-MSMail-Priority: Normal
|>|>X-Newsreader: Microsoft Windows Mail 6.0.6000.16386
|>|>X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16386
|>|>X-MS-CommunityGroup-PostID: {FC038A5A-EF6D-4B9C-835B-4CC51165D5A8}
|>|>X-MS-CommunityGroup-ThreadID: 62259B39-E09C-442F-BE32-B02483E7B053
|>|>X-MS-CommunityGroup-ParentID: CE779504-1E00-4A02-B500-54EB784BE773
|>|>Newsgroups: microsoft.public.windows.64bit.general
|>|>Path: TK2MSFTNGHUB02.phx.gbl
|>|>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.64bit.general:6852
|>|>NNTP-Posting-Host: TK2MSFTNGHUB02.phx.gbl 127.0.0.1
|>|>X-Tomcat-NG: microsoft.public.windows.64bit.general
|>|>
|>|>Sorry, you're outside my area of expertise. This is, ultimately, an ASP
|>|>question of how to force it to call a 32-bit ODBC when it's 64-bit, or,
|>|>alternately, how to write a 64-bit ODBC drivers for Text files. The
|>overall
|>|>focus of this newsgroup is around end-user and general IT questions.
You
|>|>might have better luck over on one of the more ASP oriented newsgroups.
|>|>
|>|>--
|>|>Charlie.
|>|>http://msmvps.com/xperts64
|>|>http://mvp.support.microsoft.com/profile/charlie.russel
|>|>
|>|>
|>|>"Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
|>|>news:f331m1$ar19[ at ]news-dxb.emirates.net.ae...
|>|>> Thanks Charlie
|>|>>
|>|>> I found both the 32-bit and 64-bit ODBCs. However, only the 32-bit
|>|>> contains drivers for Text files and I have an ASP page that require
to
|>|>> connect to a text file but it seems that the page connects to the
|>64-bit
|>|>> where not text drivers available. my question, is how I can connect
to
|>the
|>|>> text file using the available ODBC driver.
|>|>>
|>|>>
|>|>>
|>|>> "Charlie Russel - MVP" <charlie[ at ]mvKILLALLSPAMMERSps.org> wrote in
|>message
|>|>> news:58144CCB-4708-4085-874F-8F297569EBD7[ at ]microsoft.com...
|>|>>> The following from an earlier post by Pascal might help:
|>|>>>
|>|>>> From a post by Pascal Deliot:
|>|>>>
|>|>>> It's important to understand which kind of DSN you have. On an x64
|>|>>> system, you can create an ODBC connection(DSN) on the 32-bit side of
|>the
|>|>>> system or on the 64-bit side of the system.
|>|>>>
|>|>>> 32-bit applications will only see ODBC connections created in the
|>32-bit
|>|>>> side, and 64-bits applications will only see ODBC connections from
the
|>|>>> 64-bit side. Each kind of application has is own registry.
|>|>>>
|>|>>> To setup DSN for 32-bit application you must use:
|>|>>> %WINDIR%\SysWOW64\odbcad32.exe
|>|>>> and for 64-bit application you must use:
|>|>>> %WINDIR%\System32\odbcad32.exe
|>|>>>
|>|>>> HTH
|>|>>> --
|>|>>> Charlie.
|>|>>> http://msmvps.com/xperts64
|>|>>> http://mvp.support.microsoft.com/profile/charlie.russel
|>|>>>
|>|>>>
|>|>>> "Ahmed Saeed" <ahmedbam[ at ]eim.ae> wrote in message
|>|>>> news:f310tu$aqu101[ at ]news-dxb.emirates.net.ae...
|>|>>>> Hi
|>|>>>>
|>|>>>> I installed Windows 64 Bit Server and SP2, but could not find the
|>|>>>> Microsoft ODBC driver for text files installed. Could any one
please
|>|>>>> tell me how to install this driver.
|>|>>>>
|>|>>>> Thank you.
|>|>>>>
|>|>>>>
|>|>>>
|>|>>
|>|>>
|>|>
|>|>
|>
|>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen