forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VDSMysql.dll
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous
View previous topic :: View next topic  
Author Message
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Mon Nov 17, 2003 7:03 pm    Post subject: Reply with quote

Many thanks for that Vic.
Did you see any errors there which would stop the VDSmysql.dll from working ?

Vic wrote:
Hi Andy,

I've changed your post so it now uses the [code:1:77a06b4cf6] BBcode tag Very Happy. With this tag, VDS Code is much more easy to read then when just pasting it into your post. And you can download the script with a single mouse click.

For more information about the tag, read: http://forum.vdsworld.com/viewtopic.php?t=1986 Razz

Best regards and happy coding Smile,
Vic
Back to top
View user's profile Send private message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Tue Nov 18, 2003 10:12 am    Post subject: Reply with quote

FreezingFire wrote:
You must have accidentally left in your serial number for vdsmysql.dll, I removed it. Please remember to take them out before posting. Smile


Should I modify the vds_code.php so it automatically removes serials? Just in case somebody uses his in a post and we aren't fast enough to prevent the key being spread.

It isn't to hard to make, I guess... I'll have a look at it. (but I don't know when Rolling Eyes)

Regards Smile,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Tue Nov 18, 2003 10:26 am    Post subject: Reply with quote

Andy_Fletcher wrote:
Many thanks for that Vic.
Did you see any errors there which would stop the VDSmysql.dll from working ?


I really have no idea what's going wrong in your script... everything should work properly (and it does, at my computer & MySQL server)

I don't know where you've putted the vdsmysql.dll, in the system directory or in the script's root, but you might try deleting all instances of the vdsmysql.dll at your computer (including al libmysql.dlls), and place the correct ones in the system directory. Perhaps is vds calling a dll with a wrong version number Confused

Best regards Very Happy
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Tue Nov 18, 2003 8:05 pm    Post subject: Reply with quote

Vic wrote:
FreezingFire wrote:
You must have accidentally left in your serial number for vdsmysql.dll, I removed it. Please remember to take them out before posting. Smile


Should I modify the vds_code.php so it automatically removes serials? Just in case somebody uses his in a post and we aren't fast enough to prevent the key being spread.

It isn't to hard to make, I guess... I'll have a look at it. (but I don't know when Rolling Eyes)

Regards Smile,
Vic


No I don't think that would be a good idea, since some things use a free
public serial, like VDSDLL28.DLL and BLOWFISH.DLL ... others might be
added at any time and it would be impossible to keep track of every
serial possible. Smile

Besides, that's what our moderator team is for. Wink

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Tue Nov 18, 2003 9:10 pm    Post subject: Reply with quote

Hi Vic, So you are saying that I should only have VDSMysql.dll or the custom dll & Libmysql.dll in the c:\windows\system directory ?

I think I'm running Libmysql in c:\mysql\bin and also in the VDS root directory also

and vdsmysql.dll is in a custom dll that I stored in the directory I created for the application I'm trying to write.


Vic wrote:
Andy_Fletcher wrote:
Many thanks for that Vic.
Did you see any errors there which would stop the VDSmysql.dll from working ?


I really have no idea what's going wrong in your script... everything should work properly (and it does, at my computer & MySQL server)

I don't know where you've putted the vdsmysql.dll, in the system directory or in the script's root, but you might try deleting all instances of the vdsmysql.dll at your computer (including al libmysql.dlls), and place the correct ones in the system directory. Perhaps is vds calling a dll with a wrong version number Confused

Best regards Very Happy
Vic
Back to top
View user's profile Send private message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Wed Nov 19, 2003 9:12 am    Post subject: Reply with quote

Yeah, just put the vdsmysql.dll and libmysql.dll in C:\windows\system (NT system: C:\windows\system32) and try again...
Leave libmysql.dll in c:\mysql\bin, otherwise your mysql server won't work anymore Wink

Best regards Smile
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Wed Nov 19, 2003 2:01 pm    Post subject: Reply with quote

Okay I'll do that and fingure crossed that will work, Smile I'll let you know later how I get on. If I'm using Windows XP should I then place in Windows\System32 ?

By the way, It does seem strange that I seem to be able to use the example script to add rows or update rows to a database table
but then cannot get any information back using the query box.
Could this be that I only have 1 row (i.e a record of a person) in the table ?
I used the db dll for accessing MS Access databases a while ago before trying SQL and had no problems at all Confused

Many thanks Vic

Vic wrote:
Yeah, just put the vdsmysql.dll and libmysql.dll in C:\windows\system (NT system: C:\windows\system32) and try again...
Leave libmysql.dll in c:\mysql\bin, otherwise your mysql server won't work anymore Wink

Best regards Smile
Vic
Back to top
View user's profile Send private message
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Wed Nov 19, 2003 7:51 pm    Post subject: Reply with quote

Just another thought Vic, What version Mysql Server are you using ?
This might be the problem ?
I'm using 4.1.0-alpha....

Regards

Vic wrote:
Yeah, just put the vdsmysql.dll and libmysql.dll in C:\windows\system (NT system: C:\windows\system32) and try again...
Leave libmysql.dll in c:\mysql\bin, otherwise your mysql server won't work anymore Wink

Best regards Smile
Vic
Back to top
View user's profile Send private message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Nov 20, 2003 8:18 am    Post subject: Reply with quote

I'm at school right now, but I thought it was 3.23 Confused

Best regards Smile
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
arcray
Valued Contributor
Valued Contributor


Joined: 13 Jul 2001
Posts: 242
Location: Aude, France

PostPosted: Thu Nov 20, 2003 8:57 am    Post subject: Reply with quote

I think the latest versions of mysql.dll and vdsdb.dll both have problems retrieving numerical data that were introduced in the VDS5 compatible versions...

I have emailed Tommy to request he looks into it, but in the meantime I cannot convert my progs to VDS5 until it is resolved...

_________________
Andrew GRAY
If you don't know I am looking for work, I won't get the job.

andrewrcgray.com
Back to top
View user's profile Send private message Send e-mail
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Thu Nov 20, 2003 9:57 am    Post subject: Reply with quote

Hi Andy,
Are you saying don't bother with version 5 at the moment if I want to use vdsmysql ?

Have you used this successfully with version 4.50 ?

If so what version of Mysql server did you use. ?

Regards
Andy Fletcher

arcray wrote:
I think the latest versions of mysql.dll and vdsdb.dll both have problems retrieving numerical data that were introduced in the VDS5 compatible versions...

I have emailed Tommy to request he looks into it, but in the meantime I cannot convert my progs to VDS5 until it is resolved...
Back to top
View user's profile Send private message
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Thu Nov 20, 2003 10:32 am    Post subject: Reply with quote

Thanks Vic, Thought that might be the case. Looks like I'll have to role back to 3.23. Can you double check for me later.

Do you have an example of script that you know works on yours, that I can test on my 4.1.0 - alpha ?

Also can you confirm the Properties of your Libmysql.dll and VDSmysql so I can check that I'm using the rite one. File size and created dates should be enough.

Many many thanks Vic





Vic wrote:
I'm at school right now, but I thought it was 3.23 Confused

Best regards Smile
Vic
Back to top
View user's profile Send private message
nick
Contributor
Contributor


Joined: 15 Aug 2000
Posts: 50
Location: hamburg,nj

PostPosted: Thu Nov 20, 2003 12:57 pm    Post subject: Reply with quote

Hi:
I was reading the last few posts in this thread and I hope this was not addressed earlier and if it was I'm sorry.

I was wondering if the problems you are encountering is due to the fact that the grant tables were changed in MySQL version 4.x and above.

I only run the MySQL 3.23.58 on all of my servers, but I did do some testing a while ago on a 4.x version and I think I did run into some privleges problems. I was to busy to investigate the real reason so I'm not sure of the real cause of the problems I had.

Nick
Back to top
View user's profile Send private message
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Thu Nov 20, 2003 1:41 pm    Post subject: Reply with quote

Hi Nick, Thanks for getting in touch, your input is always welcome.

I think you may be onto something there as GRANT tables seem to be a specialist area when setting up Mysql servers.
As I'm a novice programmer in the first place I have probably bitten off more than I can chew. Crying or Very sad

I have set up the server as you no with 4.1.0-alpha and I think for now I have applied "GRANT ALL" rights to the "use". However I can't seem to varify this as I seem to have problems reading anything from the mysl database.
That said the VDSmysql.dll seems to communicate okay with a simple SQL query like: INSERT INTO applics (Name,lname,refid) VALUES ('Andrew','Fletcher',01);
So if I can add to a record I must be able to view it yes ?

Regards
Andy

nick wrote:
Hi:
I was reading the last few posts in this thread and I hope this was not addressed earlier and if it was I'm sorry.

I was wondering if the problems you are encountering is due to the fact that the grant tables were changed in MySQL version 4.x and above.

I only run the MySQL 3.23.58 on all of my servers, but I did do some testing a while ago on a 4.x version and I think I did run into some privleges problems. I was to busy to investigate the real reason so I'm not sure of the real cause of the problems I had.

Nick
Back to top
View user's profile Send private message
nick
Contributor
Contributor


Joined: 15 Aug 2000
Posts: 50
Location: hamburg,nj

PostPosted: Thu Nov 20, 2003 2:33 pm    Post subject: Reply with quote

Hi Andy:
Are you using any MySQL frontend program to actually view the databases on you MySQL server.

Nick
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group