Search the web
Sign In
New User? Sign Up
webvb · Web VB
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10 - 40 of 144   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#40 From: "nho nguyen" <nguyennhok19@...>
Date: Tue Jan 16, 2001 2:35 am
Subject: CuOngcuBak19.jpg
nguyennhok19@...
Send Email Send Email
 
Gioi thieu voi Qui GS
Cu. O^ng va` cu. ba` k19. chu.p ngay 30-12-2000
 
nhok19

#38 From: "Paul Coleman" <paul.coleman@...>
Date: Sat Dec 23, 2000 1:54 am
Subject: RE: ADO Error (SQLSetConnectAttr failed)
paul.coleman@...
Send Email Send Email
 
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
>
>
>

#37 From: "Paul Coleman" <paul.coleman@...>
Date: Sat Dec 23, 2000 1:45 am
Subject: RE: ADO Error (SQLSetConnectAttr failed)
paul.coleman@...
Send Email Send Email
 
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
>
>
>

#36 From: "Sanchez, AnthonyX F" <anthonyx.f.sanchez@...>
Date: Fri Dec 22, 2000 8:41 pm
Subject: RE: ADO Error (SQLSetConnectAttr failed)
anthonyx.f.sanchez@...
Send Email Send Email
 
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

#35 From: "Paul Coleman" <paul.coleman@...>
Date: Fri Dec 22, 2000 5:06 pm
Subject: RE: ADO Error (SQLSetConnectAttr failed)
paul.coleman@...
Send Email Send Email
 
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
>
>
>

#34 From: "Sanchez, AnthonyX F" <anthonyx.f.sanchez@...>
Date: Fri Dec 22, 2000 2:09 am
Subject: ADO Error (SQLSetConnectAttr failed)
anthonyx.f.sanchez@...
Send Email Send Email
 
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

#33 From: john_20_28_2000@...
Date: Mon Oct 9, 2000 5:30 pm
Subject: activex components for asp
john_20_28_2000@...
Send Email Send Email
 
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.

#32 From: "Besedin Andrew" <bav@...>
Date: Mon Oct 9, 2000 4:31 am
Subject: Winsock ver.6
bav@...
Send Email Send Email
 
Hello all!
I need to connect to a server via VB 6. I use Winsock (ws) as a connector. A bit of code:
 
If ws.State <> sckConnected And ws.State <> sckOpen Then
 ws.Connect "grif.altai.ru", 444
        Do While ws.State <> sckConnected
         DoEvents
        Loop
End If
 
All right, connect establishes. Next, I send data next way:
 
str = "PAGE " & "6478" & vbCrLf
ws.SendData str
GetResponse  ' this procedure waits replaty from server this way 
 
Private Sub GetResponse()
Dim str As String
str = ""
Do While str = ""
 ws.GetData str
 DoEvents
Loop
End Sub
 
But the problem is IT CAN'T get replay 'cause SenData doesn't send  data to server.
Но НЕ МОЖЕТ ДОЖДАТЬСЯ. А пока реплая нет глупо, по-моему, далее посылать команды. Соответственно, тута и виснет...
Я чего-то уперся - не могу понять в чем ошибка. Не подскажете?


С уважением, Беседин Андрей
                         компания "Байт"
                         (385-2)-24-12-89
                         bav@...

#31 From: "Brent Rose " <rose@...>
Date: Fri Sep 15, 2000 6:08 pm
Subject: Re: Setup size in VB
rose@...
Send Email Send Email
 
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
>
>

#30 From: nayan_vora@...
Date: Fri Sep 15, 2000 4:21 pm
Subject: Setup size in VB
nayan_vora@...
Send Email Send Email
 
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@...

#29 From: "Justin Alexander" <justin@...>
Date: Wed Aug 30, 2000 11:58 pm
Subject: Buttons in the title bar challenge?
justin@...
Send Email Send Email
 
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

#28 From: alexandra@...
Date: Tue Aug 22, 2000 6:28 pm
Subject: (Job - Alameda, CA) MS Web App Developer for Pre-IPO
alexandra@...
Send Email Send Email
 
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.

#27 From: djohnston@...
Date: Wed Jul 26, 2000 3:42 pm
Subject: vb spider
djohnston@...
Send Email Send Email
 
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

#26 From: "Paul Coleman" <paul.coleman@...>
Date: Tue Jul 25, 2000 1:57 pm
Subject: RE: I facing some problems...
paul.coleman@...
Send Email Send Email
 
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
>
>

#25 From: "Thomas, Sidney" <sthomas@...>
Date: Tue Jul 25, 2000 1:07 pm
Subject: RE: Digest Number 10
sthomas@...
Send Email Send Email
 
(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.







________________________________________________________________________
________________________________________________________________________

#24 From: <biglari@...>
Date: Tue Jul 25, 2000 11:54 am
Subject: DLL Performance ? ------------------------
biglari@...
Send Email Send Email
 
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

#23 From: nayan_vora@...
Date: Mon Jul 24, 2000 4:08 pm
Subject: I facing some problems...
nayan_vora@...
Send Email Send Email
 
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.

#22 From: "Servet Zeybek" <servet_zeybek@...>
Date: Wed Jul 5, 2000 1:02 pm
Subject: Microsoft Odbc oracle driver (i need urgent help!!!!)
servet_zeybek@...
Send Email Send Email
 
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...

#21 From: <biglari@...>
Date: Mon Jun 26, 2000 3:00 am
Subject: DLL Performance ? ------------------------
biglari@...
Send Email Send Email
 
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

#20 From: "Justin Alexander" <justin@...>
Date: Fri Jun 23, 2000 8:39 pm
Subject: (No subject)
justin@...
Send Email Send Email
 
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?

#19 From: "servet zeybek" <servet_zeybek@...>
Date: Fri May 26, 2000 3:16 pm
Subject: RE: щ nearly solved the problem
servet_zeybek@...
Send Email Send Email
 
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

#18 From: "Paul Coleman" <paul.coleman@...>
Date: Fri May 26, 2000 12:59 pm
Subject: RE: щ nearly solved the problem
paul.coleman@...
Send Email Send Email
 
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
>
>

#17 From: "servet zeybek" <servet_zeybek@...>
Date: Fri May 26, 2000 11:26 am
Subject: щ nearly solved the problem
servet_zeybek@...
Send Email Send Email
 
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

#16 From: "Paul Coleman" <paul.coleman@...>
Date: Wed May 24, 2000 4:23 pm
Subject: RE: Again Sample Project
paul.coleman@...
Send Email Send Email
 
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

#15 From: "Paul Coleman" <paul.coleman@...>
Date: Wed May 24, 2000 4:08 pm
Subject: RE: Again Sample Project
paul.coleman@...
Send Email Send Email
 
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

#14 From: "servet zeybek" <servet_zeybek@...>
Date: Wed May 24, 2000 12:53 pm
Subject: Again Sample Project
servet_zeybek@...
Send Email Send Email
 
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

#13 From: "Paul Coleman" <paul.coleman@...>
Date: Tue May 23, 2000 11:01 am
Subject: RE: Sample Project
paul.coleman@...
Send Email Send Email
 
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
>

#12 From: "servet zeybek" <servet_zeybek@...>
Date: Tue May 23, 2000 10:04 am
Subject: Sample Project
servet_zeybek@...
Send Email Send Email
 
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

#11 From: "servet zeybek" <servet_zeybek@...>
Date: Tue May 23, 2000 7:27 am
Subject: RE: problem with ADO
servet_zeybek@...
Send Email Send Email
 
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




#10 From: "servet zeybek" <servet_zeybek@...>
Date: Tue May 23, 2000 7:27 am
Subject: RE: problem with ADO
servet_zeybek@...
Send Email Send Email
 
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
Form1 = 44, 44, 465, 484, C, 110, 110, 531, 550, C
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\SYSTEM\STDOLE2.T\
LB#OLE
Automation
Object={CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0; MSDATGRD.OCX
Object={67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0; MSADODC.OCX
Reference=*\G{00000200-0000-0010-8000-00AA006D2EA4}#2.0#0#..\..\..\PROGRAM
FILES\COMMON FILES\SYSTEM\ADO\msado20.tlb#Microsoft ActiveX Data Objects 2.0
Library
Reference=*\G{56BF9020-7A2F-11D0-9482-00A0C91110ED}#1.0#0#..\..\SYSTEM\MSBIND.DL\
L#Microsoft
Data Binding Collection
IconForm="Form1"
Startup="Form1"
Command32=""
Name="Project1"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="Millennium Software"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
VERSION 5.00
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form1
    Caption         =   "Form1"
    ClientHeight    =   4830
    ClientLeft      =   60
    ClientTop       =   345
    ClientWidth     =   5580
    LinkTopic       =   "Form1"
    ScaleHeight     =   4830
    ScaleWidth      =   5580
    StartUpPosition =   3  'Windows Default
    Begin VB.CommandButton Command1
       Caption         =   "Explanation"
       Height          =   735
       Left            =   2760
       TabIndex        =   1
       Top             =   4080
       Width           =   1935
    End
    Begin MSDataGridLib.DataGrid DataGrid1
       Bindings        =   "Form1.frx":0000
       Height          =   3855
       Left            =   120
       TabIndex        =   0
       Top             =   120
       Width           =   5295
       _ExtentX        =   9340
       _ExtentY        =   6800
       _Version        =   393216
       HeadLines       =   1
       RowHeight       =   15
       BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
          Name            =   "MS Sans Serif"
          Size            =   8.25
          Charset         =   162
          Weight          =   400
          Underline       =   0   'False
          Italic          =   0   'False
          Strikethrough   =   0   'False
       EndProperty
       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
          Name            =   "MS Sans Serif"
          Size            =   8.25
          Charset         =   162
          Weight          =   400
          Underline       =   0   'False
          Italic          =   0   'False
          Strikethrough   =   0   'False
       EndProperty
       ColumnCount     =   2
       BeginProperty Column00
          DataField       =   ""
          Caption         =   ""
          BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
             Type            =   0
             Format          =   ""
             HaveTrueFalseNull=   0
             FirstDayOfWeek  =   0
             FirstWeekOfYear =   0
             LCID            =   1055
             SubFormatType   =   0
          EndProperty
       EndProperty
       BeginProperty Column01
          DataField       =   ""
          Caption         =   ""
          BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
             Type            =   0
             Format          =   ""
             HaveTrueFalseNull=   0
             FirstDayOfWeek  =   0
             FirstWeekOfYear =   0
             LCID            =   1055
             SubFormatType   =   0
          EndProperty
       EndProperty
       SplitCount      =   1
       BeginProperty Split0
          BeginProperty Column00
          EndProperty
          BeginProperty Column01
          EndProperty
       EndProperty
    End
    Begin MSAdodcLib.Adodc Adodc1
       Height          =   375
       Left            =   840
       Top             =   4320
       Width           =   1200
       _ExtentX        =   2117
       _ExtentY        =   661
       ConnectMode     =   0
       CursorLocation  =   3
       IsolationLevel  =   -1
       ConnectionTimeout=   15
       CommandTimeout  =   30
       CursorType      =   3
       LockType        =   3
       CommandType     =   2
       CursorOptions   =   0
       CacheSize       =   50
       MaxRecords      =   0
       BOFAction       =   0
       EOFAction       =   0
       ConnectStringType=   1
       Appearance      =   1
       BackColor       =   -2147483643
       ForeColor       =   -2147483640
       Orientation     =   0
       Enabled         =   -1
       Connect         =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist
Security Info=False;Data Source=C:\WINDOWS\Desktop\Problemwithado\try.mdb"
       OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist
Security Info=False;Data Source=C:\WINDOWS\Desktop\Problemwithado\try.mdb"
       OLEDBFile       =   ""
       DataSourceName  =   ""
       OtherAttributes =   ""
       UserName        =   ""
       Password        =   ""
       RecordSource    =   "Table1"
       Caption         =   "Adodc1"
       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
          Name            =   "MS Sans Serif"
          Size            =   8.25
          Charset         =   162
          Weight          =   400
          Underline       =   0   'False
          Italic          =   0   'False
          Strikethrough   =   0   'False
       EndProperty
       _Version        =   393216
    End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
MsgBox "Enter a new record, then enter another new record " _
& " now turn back to the first record u entered, and make a change to it,now
try to leave that record" _
& "You must see an error"
End Sub

Messages 10 - 40 of 144   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright ╘ 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help