Hi,
Also, what version of Access is installed, if it is, on both the server and
the remote?
Paul
Get your free and private web based eMail address at po.iUpTown.com ->
http://po.iUpTown.com
> -----Original Message-----
> From: Sanchez, AnthonyX F [mailto:anthonyx.f.sanchez@...]
> Sent: Friday, December 22, 2000 3:41 PM
> To: 'webvb@egroups.com'
> Subject: RE: [webvb] ADO Error (SQLSetConnectAttr failed)
>
>
> Paul,
>
> strDBConn = "DRIVER={Microsoft Access Driver (*.mdb)};Data
> Source=Access2000_DSN;Password=;UserID=;"
>
> I AM using "DRIVER={Microsoft Access Driver (*.mdb)}" to connect to Access
> 2000. It still does not work. What you saw in my last email was
> a cutting
> and pasting mistake while composing the message.
>
> I think this has something to do with Windows 2000 Operating
> System, becuase
> the SAME exact Code & Database works on my NT/IIS and 98/PWS machines.
>
> Any suggestions?
>
> -Anthony
>
>
> -----Original Message-----
> From: Paul Coleman [mailto:paul.coleman@...]
> Sent: Friday, December 22, 2000 9:07 AM
> To: webvb@egroups.com
> Subject: RE: [webvb] ADO Error (SQLSetConnectAttr failed)
>
>
> Try using DRIVER={Microsoft Access Driver (*.mdb)}
>
> Get your free and private web based eMail address at po.iUpTown.com ->
> http://po.iUpTown.com
>
>
> > -----Original Message-----
> > From: Sanchez, AnthonyX F [mailto:anthonyx.f.sanchez@...]
> > Sent: Thursday, December 21, 2000 9:09 PM
> > To: 'webvb@egroups.com'
> > Subject: [webvb] ADO Error (SQLSetConnectAttr failed)
> >
> >
> > Hi,
> >
> > I just upgraded to Windows2000 from NT, and discovered that I can
> > no longer
> > estblish an ADO connection to Access2000.
> >
> > Here is my code:
> >
> > '----------------------------------------------------
> > Set objDBConn = CreateObject("ADODB.Connection")
> >
> > 'This one works fine. NOTICE I am connecting to SQL 7.0
> > strDBConn = "DRIVER={SQL Server};Data
> > Source=MSSQL7_DSN;Initial Catalog=;Password=;UserID=sa;"
> >
> > 'This one FAILS. NOTICE I am connecting to Access 2000
> > strDBConn = "DRIVER={SQL Server};Data
> > Source=Access2000_DSN;Password=;UserID=;" (There is no password or ID
> > required for this one)
> >
> > objDBConn.Open strDBConn
> > Set adoRS1 = server.CreateObject("ADODB.Recordset")
> > adoRS1.ActiveConnection = objDBConn
> > '----------------------------------------------------
> >
> > The error generated is:
> > Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> > [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
> > /vfsad/Default.asp, line 40
> >
> > I can connect to Oracle, SQL and Informix but NOT Access2000. Any
> > suggestions? I have already downloaded the latest MDAC as well.
> > Thanks!
> > -Anthony Sanchez
> >
> >
> >
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
> >
> >
>
>
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
>
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
>
Hi,
That is what I use on my site that is hosted by someone that hast Windows
2000.
The only other thing I can think of is that the jet engine is not installed.
Do you own the server? What SP is installed on the server? Is this an
upgrade from NT 4.0 or a clean install? What version of MDAC is installed?
Use The Component Checker tool at http://www.microsoft.com/data/ to
determine the virsion MDAC installed and to make sure it is installed
corectly. Make sure you download the updated one for Windows 2000.
Paul Coleman
Get your free and private web based eMail address at po.iUpTown.com ->
http://po.iUpTown.com
> -----Original Message-----
> From: Sanchez, AnthonyX F [mailto:anthonyx.f.sanchez@...]
> Sent: Friday, December 22, 2000 3:41 PM
> To: 'webvb@egroups.com'
> Subject: RE: [webvb] ADO Error (SQLSetConnectAttr failed)
>
>
> Paul,
>
> strDBConn = "DRIVER={Microsoft Access Driver (*.mdb)};Data
> Source=Access2000_DSN;Password=;UserID=;"
>
> I AM using "DRIVER={Microsoft Access Driver (*.mdb)}" to connect to Access
> 2000. It still does not work. What you saw in my last email was
> a cutting
> and pasting mistake while composing the message.
>
> I think this has something to do with Windows 2000 Operating
> System, becuase
> the SAME exact Code & Database works on my NT/IIS and 98/PWS machines.
>
> Any suggestions?
>
> -Anthony
>
>
> -----Original Message-----
> From: Paul Coleman [mailto:paul.coleman@...]
> Sent: Friday, December 22, 2000 9:07 AM
> To: webvb@egroups.com
> Subject: RE: [webvb] ADO Error (SQLSetConnectAttr failed)
>
>
> Try using DRIVER={Microsoft Access Driver (*.mdb)}
>
> Get your free and private web based eMail address at po.iUpTown.com ->
> http://po.iUpTown.com
>
>
> > -----Original Message-----
> > From: Sanchez, AnthonyX F [mailto:anthonyx.f.sanchez@...]
> > Sent: Thursday, December 21, 2000 9:09 PM
> > To: 'webvb@egroups.com'
> > Subject: [webvb] ADO Error (SQLSetConnectAttr failed)
> >
> >
> > Hi,
> >
> > I just upgraded to Windows2000 from NT, and discovered that I can
> > no longer
> > estblish an ADO connection to Access2000.
> >
> > Here is my code:
> >
> > '----------------------------------------------------
> > Set objDBConn = CreateObject("ADODB.Connection")
> >
> > 'This one works fine. NOTICE I am connecting to SQL 7.0
> > strDBConn = "DRIVER={SQL Server};Data
> > Source=MSSQL7_DSN;Initial Catalog=;Password=;UserID=sa;"
> >
> > 'This one FAILS. NOTICE I am connecting to Access 2000
> > strDBConn = "DRIVER={SQL Server};Data
> > Source=Access2000_DSN;Password=;UserID=;" (There is no password or ID
> > required for this one)
> >
> > objDBConn.Open strDBConn
> > Set adoRS1 = server.CreateObject("ADODB.Recordset")
> > adoRS1.ActiveConnection = objDBConn
> > '----------------------------------------------------
> >
> > The error generated is:
> > Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> > [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
> > /vfsad/Default.asp, line 40
> >
> > I can connect to Oracle, SQL and Informix but NOT Access2000. Any
> > suggestions? I have already downloaded the latest MDAC as well.
> > Thanks!
> > -Anthony Sanchez
> >
> >
> >
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
> >
> >
>
>
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
>
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
>
Paul,
strDBConn = "DRIVER={Microsoft Access Driver (*.mdb)};Data
Source=Access2000_DSN;Password=;UserID=;"
I AM using "DRIVER={Microsoft Access Driver (*.mdb)}" to connect to Access
2000. It still does not work. What you saw in my last email was a cutting
and pasting mistake while composing the message.
I think this has something to do with Windows 2000 Operating System, becuase
the SAME exact Code & Database works on my NT/IIS and 98/PWS machines.
Any suggestions?
-Anthony
-----Original Message-----
From: Paul Coleman [mailto:paul.coleman@...]
Sent: Friday, December 22, 2000 9:07 AM
To: webvb@egroups.com
Subject: RE: [webvb] ADO Error (SQLSetConnectAttr failed)
Try using DRIVER={Microsoft Access Driver (*.mdb)}
Get your free and private web based eMail address at po.iUpTown.com ->
http://po.iUpTown.com
> -----Original Message-----
> From: Sanchez, AnthonyX F [mailto:anthonyx.f.sanchez@...]
> Sent: Thursday, December 21, 2000 9:09 PM
> To: 'webvb@egroups.com'
> Subject: [webvb] ADO Error (SQLSetConnectAttr failed)
>
>
> Hi,
>
> I just upgraded to Windows2000 from NT, and discovered that I can
> no longer
> estblish an ADO connection to Access2000.
>
> Here is my code:
>
> '----------------------------------------------------
> Set objDBConn = CreateObject("ADODB.Connection")
>
> 'This one works fine. NOTICE I am connecting to SQL 7.0
> strDBConn = "DRIVER={SQL Server};Data
> Source=MSSQL7_DSN;Initial Catalog=;Password=;UserID=sa;"
>
> 'This one FAILS. NOTICE I am connecting to Access 2000
> strDBConn = "DRIVER={SQL Server};Data
> Source=Access2000_DSN;Password=;UserID=;" (There is no password or ID
> required for this one)
>
> objDBConn.Open strDBConn
> Set adoRS1 = server.CreateObject("ADODB.Recordset")
> adoRS1.ActiveConnection = objDBConn
> '----------------------------------------------------
>
> The error generated is:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
> /vfsad/Default.asp, line 40
>
> I can connect to Oracle, SQL and Informix but NOT Access2000. Any
> suggestions? I have already downloaded the latest MDAC as well.
> Thanks!
> -Anthony Sanchez
>
>
>
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
>
Visit:
WebVB at http://www.CoSeCo.com/WebVB
Free Web Stuff at http://www.CoSeCo.com/WebStuff
Try using DRIVER={Microsoft Access Driver (*.mdb)}
Get your free and private web based eMail address at po.iUpTown.com ->
http://po.iUpTown.com
> -----Original Message-----
> From: Sanchez, AnthonyX F [mailto:anthonyx.f.sanchez@...]
> Sent: Thursday, December 21, 2000 9:09 PM
> To: 'webvb@egroups.com'
> Subject: [webvb] ADO Error (SQLSetConnectAttr failed)
>
>
> Hi,
>
> I just upgraded to Windows2000 from NT, and discovered that I can
> no longer
> estblish an ADO connection to Access2000.
>
> Here is my code:
>
> '----------------------------------------------------
> Set objDBConn = CreateObject("ADODB.Connection")
>
> 'This one works fine. NOTICE I am connecting to SQL 7.0
> strDBConn = "DRIVER={SQL Server};Data
> Source=MSSQL7_DSN;Initial Catalog=;Password=;UserID=sa;"
>
> 'This one FAILS. NOTICE I am connecting to Access 2000
> strDBConn = "DRIVER={SQL Server};Data
> Source=Access2000_DSN;Password=;UserID=;" (There is no password or ID
> required for this one)
>
> objDBConn.Open strDBConn
> Set adoRS1 = server.CreateObject("ADODB.Recordset")
> adoRS1.ActiveConnection = objDBConn
> '----------------------------------------------------
>
> The error generated is:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
> /vfsad/Default.asp, line 40
>
> I can connect to Oracle, SQL and Informix but NOT Access2000. Any
> suggestions? I have already downloaded the latest MDAC as well.
> Thanks!
> -Anthony Sanchez
>
>
>
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
>
Hi,
I just upgraded to Windows2000 from NT, and discovered that I can no longer
estblish an ADO connection to Access2000.
Here is my code:
'----------------------------------------------------
Set objDBConn = CreateObject("ADODB.Connection")
'This one works fine. NOTICE I am connecting to SQL 7.0
strDBConn = "DRIVER={SQL Server};Data
Source=MSSQL7_DSN;Initial Catalog=;Password=;UserID=sa;"
'This one FAILS. NOTICE I am connecting to Access 2000
strDBConn = "DRIVER={SQL Server};Data
Source=Access2000_DSN;Password=;UserID=;" (There is no password or ID
required for this one)
objDBConn.Open strDBConn
Set adoRS1 = server.CreateObject("ADODB.Recordset")
adoRS1.ActiveConnection = objDBConn
'----------------------------------------------------
The error generated is:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
/vfsad/Default.asp, line 40
I can connect to Oracle, SQL and Informix but NOT Access2000. Any
suggestions? I have already downloaded the latest MDAC as well.
Thanks!
-Anthony Sanchez
I have been developing an activex component that will download the
web page from the internet and serve to a client with no internet
connection. However, only the HTML is sent (which is what one would
expect). No image or binary information is sent. What does anyone
know about solving this problem? Any work arounds? I am currently
using vb5.0 and the results are the same in inet control and
wininet.dll. Thanks for any input.
Try Fusion or Crunch from Bit-Arts at http://www.bit-arts.com/
---------- Original Message ----------------------------------
From: nayan_vora@...
Reply-To: webvb@egroups.com
Date: Fri, 15 Sep 2000 16:21:07 -0000
>
>Hello Everybody !!!
>
> I am develop an application in Visual Basic 5. Now i am
>create complete setup program which is nearly 10.0 MB.
>
> What i want is that is there any third party tool or anyway
>how can i reduce the size of this setup program.
>
>
> I want to reduce the size of setup upto 2.5 MB.
>
> Please guide me and suggest me any reference you have.
>
> It's urgent. Plz answer quickly.
>
> Thanks.
> Nayan S. Vora
> Lab Admin. & Sr. Programmer
> Brainbow Computech Pvt. Ltd.
> nayan_vora@...
>
>
>Visit:
>
>WebVB at http://www.CoSeCo.com/WebVB
>
>Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
Hello Everybody !!!
I am develop an application in Visual Basic 5. Now i am
create complete setup program which is nearly 10.0 MB.
What i want is that is there any third party tool or anyway
how can i reduce the size of this setup program.
I want to reduce the size of setup upto 2.5 MB.
Please guide me and suggest me any reference you have.
It's urgent. Plz answer quickly.
Thanks.
Nayan S. Vora
Lab Admin. & Sr. Programmer
Brainbow Computech Pvt. Ltd.
nayan_vora@...
How do you put buttons (like the minimize, maximize, and cancel buttons) in
the title bar?
For starters I know it's possible. I've seen it in at least 2 programs now.
So I know it can be
done.
I've come up with three ways of doing this. But they are all cheats.
1) Create a dialog box without a title bar, and create my own title bar,
with the additional buttons.
2) Create a separate form, with a transparent back ground and buttons.
Place the form over the section of the title bar where it should appear, and
do an always-on-top. (Major focus issues)
3) Do the same thing as in #2 only with a child window. Solves some issues,
but not the big ones. It's still a hack.
They have all kinds of focus, coloration, and style problems, that could be
fixed but would be too difficult
to debug, given the wide range of client environments this program is
expected to run in.
What I really need to do is create real buttons that really are in the title
bar (a non-client area).
But after 2 days I have no idea how to do it.
Any ideas?
Thanks in advance,
J
Healinx Corporation, an application service provider
(ASP), has developed the Internet's first Web-based
messaging system designed to enable ongoing
physician-patient communication. We are well-funded
by leading Venture Capital firms and pre-IPO.
We seek developers to design and implement web sites
that enable Healinx member patients, physicians, and
clinical staff to communicate effectively and manage
electronic medical records in a secured manner. This
role will provide the opportunity to confront
challenging business and new technology issues such as
security, workflow, and scalability.
You must have:
*At least 3-5 years of experience using any or all of
the Microsoft suite of tools and programs, including
Visual Basic, ASP, ADO, COM, MTS, SQL Server and IIS.
(Experience with other RDBMS is acceptable.)
*At least 2-3 years designing and implementing
business critical web sites.
*Direct line responsibility as a web site developer
writing significant amounts of code on a web site that
has significant traffic.
Pluses include:
*Technical experience with XML and related
technologies.
*Technical experience with COM+.
*Experience with database administrator concepts.
*A computer science degree
Healinx is a young, dynamic and employee-friendly
company that values communication, teamwork and
diversity. The work environment is casual and hours
are flexible. This is an EXCELLENT OPPORTUNITY to
join a HOT, yet stable pre-IPO start-up. Learn more
about Healinx at www.healinx.com.
Salary range is $60,000 - 120,000 plus stock options.
Visa Transfers Available.
To apply, email your resume to:
Alexandra Murphy
alexandra.murphy@...
No agencies, brokers or 3rd parties, please.
I'm trying to develope a sider/webcrawler in vb using winsock to
discern website structure. My problem lies in searching the html code
for all links (href) and images (src). At the moment I am using a
combination of InStr() and Mid() to capture everything between href=
and /a>. I extract any internal links and recursively read all found
links and place the information in a collection of collections with
each collection containing all accessible links from a page. From
this I can create a site map. My problem lies in that every web site
is different .i.e some <a href= anchors do not have an end anchor /a>
etc. To cut to the chase - has anyone wrote a similar spider in vb or
any other language where I can see how to search the html code to
get the info I'm looking.
Many thanks
Derek
Hi,
Neither of my answers have much to do with VB. I don't have a solution that
would use VB.
1).
You can get a free chat room at: http://www.multicity.com. I believe that
this supports multiple languages.
2).
You can get Language translation tools at: http://tranexp.com/. Select
InterTran.
Both of these can be integrated into your website for free. Why re-invent
the wheel.
If you wanted to know how to do it for strictly educational reasons, I don't
have an answer.
Thanks,
Paul Coleman
Need to pay auctions with a credit card?
https://secure.paypal.com/refer/pal=Paul.Coleman%40CoSeCo.com
> -----Original Message-----
> From: nayan_vora@... [mailto:nayan_vora@...]
> Sent: Monday, July 24, 2000 12:08 PM
> To: webvb@egroups.com
> Subject: [webvb] I facing some problems...
>
>
> Hello Friends ,
>
> I have some question listed below. If anybody among u have
> any reference or solution please help me.
>
> (1). How can i build a chat program which support multiple
> languages ?
> (2). How can i build a engine which translate webpage in different
> languages ? How can i get free software for it ?
> (3). Is there anyway in VB 5.0 that i use some specific font , and
> during the setup i set some languages and if user set any specific
> language , font change according to it.
> (4). How can i learn COM/DCOM component and how to integrate it
> with VB ?
>
> Please Help to comeout from this problem.
>
> ThanX.
> Nayan S. Vora
> Brainbow Computch Pvt. Ltd.
> Lab Admin & Sr. Programmer
> India.
>
>
>
>
>
>
> ------------------------------------------------------------------------
> Still looking for the complete Application Server solution?
> Find answers and a $75 gift certificate at the Intraware App Server
> Webinar. Sign up at:
> http://click.egroups.com/1/6756/2/_/18824/_/964454910/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
(1). How can i build a chat program which support multiple
languages ?
I think you can use the "Resource" file or Function in VB. It should carry
all the language support.
Sidney Thomas
Corporate Software Development
Trigon Engineering Consultants, Inc.
<mailto: sthomas@...>
------------------------------------------------------------------------
Still looking for the complete Application Server solution?
Find answers and a $75 gift certificate at the Intraware App Server
Webinar. Sign up at:
http://click.egroups.com/1/6756/2/_/18824/_/964515473/
------------------------------------------------------------------------
Visit:
WebVB at http://www.CoSeCo.com/WebVB
Free Web Stuff at http://www.CoSeCo.com/WebStuff
------------------------------------------------------------------------
There is 1 message in this issue.
Topics in this digest:
1. I facing some problems...
From: nayan_vora@...
________________________________________________________________________
________________________________________________________________________
Message: 1
Date: Mon, 24 Jul 2000 16:08:19 -0000
From: nayan_vora@...
Subject: I facing some problems...
Hello Friends ,
I have some question listed below. If anybody among u have
any reference or solution please help me.
(1). How can i build a chat program which support multiple
languages ?
(2). How can i build a engine which translate webpage in different
languages ? How can i get free software for it ?
(3). Is there anyway in VB 5.0 that i use some specific font , and
during the setup i set some languages and if user set any specific
language , font change according to it.
(4). How can i learn COM/DCOM component and how to integrate it
with VB ?
Please Help to comeout from this problem.
ThanX.
Nayan S. Vora
Brainbow Computch Pvt. Ltd.
Lab Admin & Sr. Programmer
India.
________________________________________________________________________
________________________________________________________________________
Hi all
I've created a dll file that I put function1. I want to get some
setting from an ini file and after that run function1,
I created it by putting a GetSetting in Class initialize and after
that the function runs. but I think performance of this way is not
good, please suggest me a good way to save the settings(of course I
have to have an ini file)
I put another function that check the ini file but I want to initiate
this function in first call and in other calling of this function, use
of last setting result of first initiate,
How can I save data of ini file in a place that fetching of that be
faster than first time.
Thanks in advance,....
my email address is biglari@...
Mina
Hello Friends ,
I have some question listed below. If anybody among u have
any reference or solution please help me.
(1). How can i build a chat program which support multiple
languages ?
(2). How can i build a engine which translate webpage in different
languages ? How can i get free software for it ?
(3). Is there anyway in VB 5.0 that i use some specific font , and
during the setup i set some languages and if user set any specific
language , font change according to it.
(4). How can i learn COM/DCOM component and how to integrate it
with VB ?
Please Help to comeout from this problem.
ThanX.
Nayan S. Vora
Brainbow Computch Pvt. Ltd.
Lab Admin & Sr. Programmer
India.
hi everybody,
i have an oracle-database.And I use Microsoft ODBC Oracle Driver for
conecction to the db.I want to query the db using this Odbc driver.
The SQL String is "select Borc1+Borc2 from MHK" , and Borc1 and Borc2
are the field names.The Type of These fields is number(19).But
whenever i want to execute this string i get the error message belov:
"
stmt:szSqlState = "22003", *pfNativeError = 0, *pcbErrorMsg = 80
MessageText = "[Microsoft][ODBC driver for Oracle]Error in column 1:
Numeric value out of range"
"
If you know anything about that, please contact me...
Thank you...
Hi all
I've created a dll file that I put function1. I want to get some
setting from an ini file and after that run function1,
I created it by putting a GetSetting in Class initialize and after
that the function runs. but I think performance of this way is not
good, please suggest me a good way to save the settings(of course I
have to have an ini file)
I put another function that check the ini file but I want to initiate
this function in first call and in other calling of this function, use
of last setting result of first initiate,
How can I save data of ini file in a place that fetching of that be
faster than first time.
Thanks in advance,....
my email address is biglari@...
Mina
Ok here is the beef:
I have a list of bitmaps, and a wav file.
What I want to do is use them to create a single AVI file or ASF.
----------------------------------------------------------------------------
-----------------------------
I've been fighting this stupid thing for the last 2 weeks now and I'm
climbing the walls.
The only references I've found are from www.shrinkwrapvb.com and MSDN.
Shrinkwrap gives a great tutorial, and even shows how to integrate BMP lists
into a AVI but neglects to show how to integrate sound or even a multi
stream AVI file.
MSDN shows how to generate a multipart AVI file, but not how to integrate a
list of BMPs. Plus the whole darn thing is in VC++.
The kicker is that, they're both using the same SDK in completely different
ways. And are in no way (that I've found) compatible with one another.
Can anyone help?
hii paul,
Thanks for everything.Im sure theres gonna be many subjects for that Ill
need your help i think...
take care...
>From: "Paul Coleman" <paul.coleman@...>
>Reply-To: webvb@egroups.com
>To: <webvb@egroups.com>
>Subject: RE: [webvb] щ nearly solved the problem
>Date: Fri, 26 May 2000 08:59:02 -0400
>
>Hi,
>There is a middle piece called MDAC that actually has the guts of ADO in
>it.
>If you search on the Microsoft web site you will find information on it.
>When you installed Access2000, you also installed a more current release of
>MDAC. There may be newer versions, so keep current. Access97 did not come
>with ADO as a part of it. VB 6.0 may or may not have been successful in
>both finding and updating it. If you installed Access 97 after VB this
>would not have happened at all. I am glad you are up and on your way.
>As for 3-tier systems, do a search on the Microsoft web site for n-tier for
>more information. You can also search on any of the search engines.
>n-tier
>evolved from client server (2-tier). Past 2-tier you would have one or
>more application and/or data servers thus the n-tier nomenclature.
>I hope this helps,
>Paul Coleman
>
>Get your free and private web based eMail address at iUpTown.com ->
>http://eMail.iUpTown.com
>
>
> > -----Original Message-----
> > From: servet zeybek [mailto:servet_zeybek@...]
> > Sent: Friday, May 26, 2000 7:27 AM
> > To: webvb@egroups.com
> > Subject: [webvb] щ nearly solved the problem
> >
> >
> > hii paul,
> > i think ado2.I doesnt work with access97.Because i installed
>access2000
> > and there was no problem. oledb4.0 is solving the problem.Thanks for
>your
> > help.But one of my friend said to me that he uses access97 and Ado
>within
> > visual basic to reach to the DB There was no error. D u think
> > what i think
> > is right.Access97 doesnt work with ADO!!!
> >
> > These days i got another interest.Its about 3-tier system.D u
> > know where i
> > can find detailed information about this.I mean, Its implementation with
> > visual Basic as client application, and general information about it.
> >
> > Thanks for your help
> >
> > >From: "Paul Coleman" <paul.coleman@...>
> > >Reply-To: webvb@egroups.com
> > >To: <webvb@egroups.com>
> > >Subject: RE: [webvb] Again Sample Project
> > >Date: Wed, 24 May 2000 12:23:28 -0400
> > >
> > >Hi servet,
> > >I created a new database in access 2000. the provider you used
> > won't work
> > >on this version so I changed it from 3.51 to 4.0 and ran the program.
>I
> > >was
> > >able to create two record and then go back and forth between them and
> > >update
> > >both fields. I will wait until you can provide me with the database
>you
> > >are
> > >using in working order. Let me know what version of access you
> > are using
> > >to
> > >create the database. I also see you are using access admin, let me
>know
> > >what settings you have for this. It ma be an access security
> > option that
> > >is
> > >the problem. I won't be able to determine that until you get me
> > a working
> > >copy.
> > >Thanks,
> > >Paul Coleman
> > >
> > >Get your free and private web based eMail address at iUpTown.com ->
> > >http://eMail.iUpTown.com
> > >
> > >
> > > > -----Original Message-----
> > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > Sent: Wednesday, May 24, 2000 8:53 AM
> > > > To: webvb@egroups.com
> > > > Subject: [webvb] Again Sample Project
> > > >
> > > >
> > > > hi paul,
> > > > Sorry for the last time, i noticed that there was something
> > > > wrong with
> > > > the sample project that i sent.But Now i corrected it.it must
> > load when
> > > > running.
> > > > The Connection String i used for the ado data control is that:
> > > > "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> > > > Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> > > > i hope this time youll see the error message
> > > > thank u for your help....
> > > >
> > > >
> > > >
> > > >
> > > > >From: "Paul Coleman" <paul.coleman@...>
> > > > >Reply-To: webvb@egroups.com
> > > > >To: <webvb@egroups.com>
> > > > >Subject: RE: [webvb] Sample Project
> > > > >Date: Tue, 23 May 2000 07:01:54 -0400
> > > > >
> > > > >Hi,
> > > > >I had one problem when loading the project. I think you used an
> > > > ODBC data
> > > > >source for the connection. Could you send me the information you
> > >entered
> > > > >for that. If you used a connection string instead, please
> > send that as
> > > > >well. I really think this is where the problem you are having is.
> > > > >All of these parameters are what generate the code, much of it you
> > >can't
> > > > >see. I haven't looked at code like this for a while, so give me a
> > >little
> > > > >time to look at this. I have been able to get this to work,
> > > > even over the
> > > > >internet.
> > > > >Thanks,
> > > > >Paul Coleman
> > > > >
> > > > >Get your free and private web based eMail address at iUpTown.com ->
> > > > >http://eMail.iUpTown.com
> > > > >
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > > > > To: webvb@egroups.com
> > > > > > Subject: [webvb] Sample Project
> > > > > >
> > > > > >
> > > > > > hii paul,
> > > > > > im sending u a sample project.
> > > > > > after running the project,enter a few new records to the DB from
> > > > > > Datagrid.Then Go back to the first record and try to update it.
> > > > > > Anytime i do that i get an error message.
> > > > > > Please correct me if im wrong.." i think a project with a
> > > > datagrid and
> > > > >and
> > > > > > data control should need no code to work"...
> > > > > > Take a look at the project and try to get the error message.
> > > > > > Unzip problemwithado.zip to c:\windows\desktop.
> > > > > > Thanks so much for your help.....
> > > > > > Servet
> > > > > >
> > > > > >
> > > >
> > ________________________________________________________________________
> > > > > > Get Your Private, Free E-mail from MSN Hotmail at
> > >http://www.hotmail.com
> > > > >
> > > > >
> >
> >------------------------------------------------------------------------
> > > > > Did you know you're using eGroups now?
> > > > > Start a free email group today at
> > > > > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > > > >
> >
> >------------------------------------------------------------------------
> > > > >
> > > > > Visit:
> > > > >
> > > > > WebVB at http://www.CoSeCo.com/WebVB
> > > > >
> > > > > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > > > >
> > > >
> > >
> >
> >________________________________________________________________________
> > >Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com
> > >
> >
> >------------------------------------------------------------------------
> > >Best friends, most artistic, class clown Find 'em here:
> > >http://click.egroups.com/1/4054/1/_/18824/_/959172819/
> >
> >------------------------------------------------------------------------
> > >
> > >Visit:
> > >
> > >WebVB at http://www.CoSeCo.com/WebVB
> > >
> > >Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > >
> >
> > ________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> >
> > ------------------------------------------------------------------------
> > Missing old school friends? Find them here:
> > http://click.egroups.com/1/4055/1/_/18824/_/959340394/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi,
There is a middle piece called MDAC that actually has the guts of ADO in it.
If you search on the Microsoft web site you will find information on it.
When you installed Access2000, you also installed a more current release of
MDAC. There may be newer versions, so keep current. Access97 did not come
with ADO as a part of it. VB 6.0 may or may not have been successful in
both finding and updating it. If you installed Access 97 after VB this
would not have happened at all. I am glad you are up and on your way.
As for 3-tier systems, do a search on the Microsoft web site for n-tier for
more information. You can also search on any of the search engines. n-tier
evolved from client server (2-tier). Past 2-tier you would have one or
more application and/or data servers thus the n-tier nomenclature.
I hope this helps,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Friday, May 26, 2000 7:27 AM
> To: webvb@egroups.com
> Subject: [webvb] щ nearly solved the problem
>
>
> hii paul,
> i think ado2.I doesnt work with access97.Because i installed access2000
> and there was no problem. oledb4.0 is solving the problem.Thanks for your
> help.But one of my friend said to me that he uses access97 and Ado within
> visual basic to reach to the DB There was no error. D u think
> what i think
> is right.Access97 doesnt work with ADO!!!
>
> These days i got another interest.Its about 3-tier system.D u
> know where i
> can find detailed information about this.I mean, Its implementation with
> visual Basic as client application, and general information about it.
>
> Thanks for your help
>
> >From: "Paul Coleman" <paul.coleman@...>
> >Reply-To: webvb@egroups.com
> >To: <webvb@egroups.com>
> >Subject: RE: [webvb] Again Sample Project
> >Date: Wed, 24 May 2000 12:23:28 -0400
> >
> >Hi servet,
> >I created a new database in access 2000. the provider you used
> won't work
> >on this version so I changed it from 3.51 to 4.0 and ran the program. I
> >was
> >able to create two record and then go back and forth between them and
> >update
> >both fields. I will wait until you can provide me with the database you
> >are
> >using in working order. Let me know what version of access you
> are using
> >to
> >create the database. I also see you are using access admin, let me know
> >what settings you have for this. It ma be an access security
> option that
> >is
> >the problem. I won't be able to determine that until you get me
> a working
> >copy.
> >Thanks,
> >Paul Coleman
> >
> >Get your free and private web based eMail address at iUpTown.com ->
> >http://eMail.iUpTown.com
> >
> >
> > > -----Original Message-----
> > > From: servet zeybek [mailto:servet_zeybek@...]
> > > Sent: Wednesday, May 24, 2000 8:53 AM
> > > To: webvb@egroups.com
> > > Subject: [webvb] Again Sample Project
> > >
> > >
> > > hi paul,
> > > Sorry for the last time, i noticed that there was something
> > > wrong with
> > > the sample project that i sent.But Now i corrected it.it must
> load when
> > > running.
> > > The Connection String i used for the ado data control is that:
> > > "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> > > Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> > > i hope this time youll see the error message
> > > thank u for your help....
> > >
> > >
> > >
> > >
> > > >From: "Paul Coleman" <paul.coleman@...>
> > > >Reply-To: webvb@egroups.com
> > > >To: <webvb@egroups.com>
> > > >Subject: RE: [webvb] Sample Project
> > > >Date: Tue, 23 May 2000 07:01:54 -0400
> > > >
> > > >Hi,
> > > >I had one problem when loading the project. I think you used an
> > > ODBC data
> > > >source for the connection. Could you send me the information you
> >entered
> > > >for that. If you used a connection string instead, please
> send that as
> > > >well. I really think this is where the problem you are having is.
> > > >All of these parameters are what generate the code, much of it you
> >can't
> > > >see. I haven't looked at code like this for a while, so give me a
> >little
> > > >time to look at this. I have been able to get this to work,
> > > even over the
> > > >internet.
> > > >Thanks,
> > > >Paul Coleman
> > > >
> > > >Get your free and private web based eMail address at iUpTown.com ->
> > > >http://eMail.iUpTown.com
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > > > To: webvb@egroups.com
> > > > > Subject: [webvb] Sample Project
> > > > >
> > > > >
> > > > > hii paul,
> > > > > im sending u a sample project.
> > > > > after running the project,enter a few new records to the DB from
> > > > > Datagrid.Then Go back to the first record and try to update it.
> > > > > Anytime i do that i get an error message.
> > > > > Please correct me if im wrong.." i think a project with a
> > > datagrid and
> > > >and
> > > > > data control should need no code to work"...
> > > > > Take a look at the project and try to get the error message.
> > > > > Unzip problemwithado.zip to c:\windows\desktop.
> > > > > Thanks so much for your help.....
> > > > > Servet
> > > > >
> > > > >
> > >
> ________________________________________________________________________
> > > > > Get Your Private, Free E-mail from MSN Hotmail at
> >http://www.hotmail.com
> > > >
> > > >
> >------------------------------------------------------------------------
> > > > Did you know you're using eGroups now?
> > > > Start a free email group today at
> > > > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > > >
> >------------------------------------------------------------------------
> > > >
> > > > Visit:
> > > >
> > > > WebVB at http://www.CoSeCo.com/WebVB
> > > >
> > > > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > > >
> > >
> >
> >________________________________________________________________________
> >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> >------------------------------------------------------------------------
> >Best friends, most artistic, class clown Find 'em here:
> >http://click.egroups.com/1/4054/1/_/18824/_/959172819/
> >------------------------------------------------------------------------
> >
> >Visit:
> >
> >WebVB at http://www.CoSeCo.com/WebVB
> >
> >Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
> ------------------------------------------------------------------------
> Missing old school friends? Find them here:
> http://click.egroups.com/1/4055/1/_/18824/_/959340394/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
hii paul,
i think ado2.I doesnt work with access97.Because i installed access2000
and there was no problem. oledb4.0 is solving the problem.Thanks for your
help.But one of my friend said to me that he uses access97 and Ado within
visual basic to reach to the DB There was no error. D u think what i think
is right.Access97 doesnt work with ADO!!!
These days i got another interest.Its about 3-tier system.D u know where i
can find detailed information about this.I mean, Its implementation with
visual Basic as client application, and general information about it.
Thanks for your help
>From: "Paul Coleman" <paul.coleman@...>
>Reply-To: webvb@egroups.com
>To: <webvb@egroups.com>
>Subject: RE: [webvb] Again Sample Project
>Date: Wed, 24 May 2000 12:23:28 -0400
>
>Hi servet,
>I created a new database in access 2000. the provider you used won't work
>on this version so I changed it from 3.51 to 4.0 and ran the program. I
>was
>able to create two record and then go back and forth between them and
>update
>both fields. I will wait until you can provide me with the database you
>are
>using in working order. Let me know what version of access you are using
>to
>create the database. I also see you are using access admin, let me know
>what settings you have for this. It ma be an access security option that
>is
>the problem. I won't be able to determine that until you get me a working
>copy.
>Thanks,
>Paul Coleman
>
>Get your free and private web based eMail address at iUpTown.com ->
>http://eMail.iUpTown.com
>
>
> > -----Original Message-----
> > From: servet zeybek [mailto:servet_zeybek@...]
> > Sent: Wednesday, May 24, 2000 8:53 AM
> > To: webvb@egroups.com
> > Subject: [webvb] Again Sample Project
> >
> >
> > hi paul,
> > Sorry for the last time, i noticed that there was something
> > wrong with
> > the sample project that i sent.But Now i corrected it.it must load when
> > running.
> > The Connection String i used for the ado data control is that:
> > "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> > Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> > i hope this time youll see the error message
> > thank u for your help....
> >
> >
> >
> >
> > >From: "Paul Coleman" <paul.coleman@...>
> > >Reply-To: webvb@egroups.com
> > >To: <webvb@egroups.com>
> > >Subject: RE: [webvb] Sample Project
> > >Date: Tue, 23 May 2000 07:01:54 -0400
> > >
> > >Hi,
> > >I had one problem when loading the project. I think you used an
> > ODBC data
> > >source for the connection. Could you send me the information you
>entered
> > >for that. If you used a connection string instead, please send that as
> > >well. I really think this is where the problem you are having is.
> > >All of these parameters are what generate the code, much of it you
>can't
> > >see. I haven't looked at code like this for a while, so give me a
>little
> > >time to look at this. I have been able to get this to work,
> > even over the
> > >internet.
> > >Thanks,
> > >Paul Coleman
> > >
> > >Get your free and private web based eMail address at iUpTown.com ->
> > >http://eMail.iUpTown.com
> > >
> > >
> > > > -----Original Message-----
> > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > > To: webvb@egroups.com
> > > > Subject: [webvb] Sample Project
> > > >
> > > >
> > > > hii paul,
> > > > im sending u a sample project.
> > > > after running the project,enter a few new records to the DB from
> > > > Datagrid.Then Go back to the first record and try to update it.
> > > > Anytime i do that i get an error message.
> > > > Please correct me if im wrong.." i think a project with a
> > datagrid and
> > >and
> > > > data control should need no code to work"...
> > > > Take a look at the project and try to get the error message.
> > > > Unzip problemwithado.zip to c:\windows\desktop.
> > > > Thanks so much for your help.....
> > > > Servet
> > > >
> > > >
> > ________________________________________________________________________
> > > > Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com
> > >
> > >
>------------------------------------------------------------------------
> > > Did you know you're using eGroups now?
> > > Start a free email group today at
> > > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > >
>------------------------------------------------------------------------
> > >
> > > Visit:
> > >
> > > WebVB at http://www.CoSeCo.com/WebVB
> > >
> > > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > >
> >
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>------------------------------------------------------------------------
>Best friends, most artistic, class clown Find 'em here:
>http://click.egroups.com/1/4054/1/_/18824/_/959172819/
>------------------------------------------------------------------------
>
>Visit:
>
>WebVB at http://www.CoSeCo.com/WebVB
>
>Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi servet,
I created a new database in access 2000. the provider you used won't work
on this version so I changed it from 3.51 to 4.0 and ran the program. I was
able to create two record and then go back and forth between them and update
both fields. I will wait until you can provide me with the database you are
using in working order. Let me know what version of access you are using to
create the database. I also see you are using access admin, let me know
what settings you have for this. It ma be an access security option that is
the problem. I won't be able to determine that until you get me a working
copy.
Thanks,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Wednesday, May 24, 2000 8:53 AM
> To: webvb@egroups.com
> Subject: [webvb] Again Sample Project
>
>
> hi paul,
> Sorry for the last time, i noticed that there was something
> wrong with
> the sample project that i sent.But Now i corrected it.it must load when
> running.
> The Connection String i used for the ado data control is that:
> "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> i hope this time youll see the error message
> thank u for your help....
>
>
>
>
> >From: "Paul Coleman" <paul.coleman@...>
> >Reply-To: webvb@egroups.com
> >To: <webvb@egroups.com>
> >Subject: RE: [webvb] Sample Project
> >Date: Tue, 23 May 2000 07:01:54 -0400
> >
> >Hi,
> >I had one problem when loading the project. I think you used an
> ODBC data
> >source for the connection. Could you send me the information you entered
> >for that. If you used a connection string instead, please send that as
> >well. I really think this is where the problem you are having is.
> >All of these parameters are what generate the code, much of it you can't
> >see. I haven't looked at code like this for a while, so give me a little
> >time to look at this. I have been able to get this to work,
> even over the
> >internet.
> >Thanks,
> >Paul Coleman
> >
> >Get your free and private web based eMail address at iUpTown.com ->
> >http://eMail.iUpTown.com
> >
> >
> > > -----Original Message-----
> > > From: servet zeybek [mailto:servet_zeybek@...]
> > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > To: webvb@egroups.com
> > > Subject: [webvb] Sample Project
> > >
> > >
> > > hii paul,
> > > im sending u a sample project.
> > > after running the project,enter a few new records to the DB from
> > > Datagrid.Then Go back to the first record and try to update it.
> > > Anytime i do that i get an error message.
> > > Please correct me if im wrong.." i think a project with a
> datagrid and
> >and
> > > data control should need no code to work"...
> > > Take a look at the project and try to get the error message.
> > > Unzip problemwithado.zip to c:\windows\desktop.
> > > Thanks so much for your help.....
> > > Servet
> > >
> > >
> ________________________________________________________________________
> > > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com
> >
> > ------------------------------------------------------------------------
> > Did you know you're using eGroups now?
> > Start a free email group today at
> > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
------------------------------------------------------------------------
Best friends, most artistic, class clown Find 'em here:
http://click.egroups.com/1/4054/1/_/18824/_/959172819/
------------------------------------------------------------------------
Visit:
WebVB at http://www.CoSeCo.com/WebVB
Free Web Stuff at http://www.CoSeCo.com/WebStuff
Hi servet,
I am unable to open try.mdb. I have access 2000 and it tells me it might be
corrupt. Please send me a copy or tell me how to create it.
Thanks,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Wednesday, May 24, 2000 8:53 AM
> To: webvb@egroups.com
> Subject: [webvb] Again Sample Project
>
>
> hi paul,
> Sorry for the last time, i noticed that there was something
> wrong with
> the sample project that i sent.But Now i corrected it.it must load when
> running.
> The Connection String i used for the ado data control is that:
> "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> i hope this time youll see the error message
> thank u for your help....
>
>
>
>
> >From: "Paul Coleman" <paul.coleman@...>
> >Reply-To: webvb@egroups.com
> >To: <webvb@egroups.com>
> >Subject: RE: [webvb] Sample Project
> >Date: Tue, 23 May 2000 07:01:54 -0400
> >
> >Hi,
> >I had one problem when loading the project. I think you used an
> ODBC data
> >source for the connection. Could you send me the information you entered
> >for that. If you used a connection string instead, please send that as
> >well. I really think this is where the problem you are having is.
> >All of these parameters are what generate the code, much of it you can't
> >see. I haven't looked at code like this for a while, so give me a little
> >time to look at this. I have been able to get this to work,
> even over the
> >internet.
> >Thanks,
> >Paul Coleman
> >
> >Get your free and private web based eMail address at iUpTown.com ->
> >http://eMail.iUpTown.com
> >
> >
> > > -----Original Message-----
> > > From: servet zeybek [mailto:servet_zeybek@...]
> > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > To: webvb@egroups.com
> > > Subject: [webvb] Sample Project
> > >
> > >
> > > hii paul,
> > > im sending u a sample project.
> > > after running the project,enter a few new records to the DB from
> > > Datagrid.Then Go back to the first record and try to update it.
> > > Anytime i do that i get an error message.
> > > Please correct me if im wrong.." i think a project with a
> datagrid and
> >and
> > > data control should need no code to work"...
> > > Take a look at the project and try to get the error message.
> > > Unzip problemwithado.zip to c:\windows\desktop.
> > > Thanks so much for your help.....
> > > Servet
> > >
> > >
> ________________________________________________________________________
> > > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com
> >
> > ------------------------------------------------------------------------
> > Did you know you're using eGroups now?
> > Start a free email group today at
> > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
------------------------------------------------------------------------
Best friends, most artistic, class clown Find 'em here:
http://click.egroups.com/1/4054/1/_/18824/_/959172819/
------------------------------------------------------------------------
Visit:
WebVB at http://www.CoSeCo.com/WebVB
Free Web Stuff at http://www.CoSeCo.com/WebStuff
hi paul,
Sorry for the last time, i noticed that there was something wrong with
the sample project that i sent.But Now i corrected it.it must load when
running.
The Connection String i used for the ado data control is that:
"Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
i hope this time youll see the error message
thank u for your help....
>From: "Paul Coleman" <paul.coleman@...>
>Reply-To: webvb@egroups.com
>To: <webvb@egroups.com>
>Subject: RE: [webvb] Sample Project
>Date: Tue, 23 May 2000 07:01:54 -0400
>
>Hi,
>I had one problem when loading the project. I think you used an ODBC data
>source for the connection. Could you send me the information you entered
>for that. If you used a connection string instead, please send that as
>well. I really think this is where the problem you are having is.
>All of these parameters are what generate the code, much of it you can't
>see. I haven't looked at code like this for a while, so give me a little
>time to look at this. I have been able to get this to work, even over the
>internet.
>Thanks,
>Paul Coleman
>
>Get your free and private web based eMail address at iUpTown.com ->
>http://eMail.iUpTown.com
>
>
> > -----Original Message-----
> > From: servet zeybek [mailto:servet_zeybek@...]
> > Sent: Tuesday, May 23, 2000 6:04 AM
> > To: webvb@egroups.com
> > Subject: [webvb] Sample Project
> >
> >
> > hii paul,
> > im sending u a sample project.
> > after running the project,enter a few new records to the DB from
> > Datagrid.Then Go back to the first record and try to update it.
> > Anytime i do that i get an error message.
> > Please correct me if im wrong.." i think a project with a datagrid and
>and
> > data control should need no code to work"...
> > Take a look at the project and try to get the error message.
> > Unzip problemwithado.zip to c:\windows\desktop.
> > Thanks so much for your help.....
> > Servet
> >
> > ________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> > ------------------------------------------------------------------------
> > Did you know you're using eGroups now?
> > Start a free email group today at
> > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi,
I had one problem when loading the project. I think you used an ODBC data
source for the connection. Could you send me the information you entered
for that. If you used a connection string instead, please send that as
well. I really think this is where the problem you are having is.
All of these parameters are what generate the code, much of it you can't
see. I haven't looked at code like this for a while, so give me a little
time to look at this. I have been able to get this to work, even over the
internet.
Thanks,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Tuesday, May 23, 2000 6:04 AM
> To: webvb@egroups.com
> Subject: [webvb] Sample Project
>
>
> hii paul,
> im sending u a sample project.
> after running the project,enter a few new records to the DB from
> Datagrid.Then Go back to the first record and try to update it.
> Anytime i do that i get an error message.
> Please correct me if im wrong.." i think a project with a datagrid and and
> data control should need no code to work"...
> Take a look at the project and try to get the error message.
> Unzip problemwithado.zip to c:\windows\desktop.
> Thanks so much for your help.....
> Servet
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ------------------------------------------------------------------------
> Did you know you're using eGroups now?
> Start a free email group today at
> http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
hii paul,
im sending u a sample project.
after running the project,enter a few new records to the DB from
Datagrid.Then Go back to the first record and try to update it.
Anytime i do that i get an error message.
Please correct me if im wrong.." i think a project with a datagrid and and
data control should need no code to work"...
Take a look at the project and try to get the error message.
Unzip problemwithado.zip to c:\windows\desktop.
Thanks so much for your help.....
Servet
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
hii paul,
im sending u a sample project.
after running the project,enter a few new records to the DB from
Datagrid.Then Go back to the first record and try to update it.
Anytime i do that i get an error message.
Please correct me if im wrong.." i think a project with a datagrid and and
data control should need no code to work"...
Take a look at the project and try to get the error message.
Thanks so much for your help.....
Servet
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
hii paul,
im sending u a sample project.
after running the project,enter a few new records to the DB from
Datagrid.Then Go back to the first record and try to update it.
Anytime i do that i get an error message.
Please correct me if im wrong.." i think a project with a datagrid and and
data control should need no code to work"...
Take a look at the project and try to get the error message.
Thanks so much for your help.....
Servet
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com