- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
35 Posted Topics
Re: you can use MySQL to store/show your data that you get from VB.. have all 5 pcs connect to 1 mysql server database using vb6(ado) | |
Hi all, I'm currently fixing a network that has a problem with the internet connect coming from the server. The server uses 2 lan cards that has similar ip addresses ex. 121.233.69.11 and 121.233.69.12 with DNS 255.255.255.0. The DSL connection is attached to the .11 LAN on the server and … | |
I have just reinstalled windows xp to my acer aspire laptop with an intel chipset and probably an intel wifi. I'm trying to connect to a wifi router that does not have any network in which a sony viao with windows vista could connect without a problem and without entering … | |
I'm currently building a VB.net Application and I'm having a problem on reading out records to use in making another record or for computations. For example: table A records will be read and will compute an output to be saved on table B. Tried to use reader on this but … | |
Re: Open up EPS drew there is an unused module to do that.. ayn | |
Network consists of windows xp with dynamically aquired ip addresses that uses a router to access the internet.. I have set one computer with a static ip address that holds a mysql database.. now this pc is not able to access the internet anymore and when i set the browser … | |
how do you connect 2 access database files(mdb) and have the 1st one as the form and the 2nd one as the database and if you you the 1st mdb with the forms the database will be opened and showed in the same file? anyone who has an ide on … | |
I want to put image uploading in my page and i searched all over the net for some ways on doing this and its seems like almost all of the ways states that i should save it in the database itself not i directories. Will the image retain its properties … | |
Im trying to connect from windows xp using my program using odbc connector and SQLyog to a mysql server which is installed in windows 2000 server.. i keep on getting the same error.. i tried to use wamp server also but i was not able to connect at all.. i … | |
Anyone who coulf help me in loading listview items to another listview? i want to load items one by one using "selected" property and all items by using "For each" statement.. and also i want to know hoe to track down duplicates with 1 column as a basis.. anyone who … | |
I will be implementing an application to a VPN network. But my problem is how does VPN work? I will be using a mysql database and basically it will be all about ip address and ports. If i connect a computer that will serve as a server in a VPN … | |
Im trying to set up an application that will connect to a MYSQL database across the a distance using internet connection. i did it with VB 6 but it seems like the connection is not that stable and sometime it wont connect. Is it because of VB 6? would be … | |
Re: just download a express vb.net on the internet.. | |
Re: what's the problem with this code? | |
Im making a network of 10 computers using an office station device to create a terminal connection type or what others call as "DISKLESS NETWORK" where i have only one computer running on XP and the others are just connecting via office station device.. when i setup the security to … | |
Can i do a diskless network via Win XP? what are the software that i will need to have a stable connection? | |
I am making a guestbook script I'll be using combo, listboxes and paging for the entries can anyone give me some tricks on how to do this? thanks guys... | |
I'm having problems filtering the date for my reports with access and older versions of mysql i can do this my using this query format: Select * from transactions where xdate =#"& txtdate.text &"# or Select * from transactions where xdate =#"& format(txtdate.text,"mm/dd/yyyy") &"# but now that i'm using wamp … | |
I'm currently designing a report using VB6 and crystal reports using mysql as backend but everytime i open the report in VB i always have the error "Access Denied". I never had such error in the old version of MYSQL. I using WAMP server with MYSQL 5. Anyone who has … | |
Where can i find in the registry the value of the savesetting function of vb6? im getting the value using GetSetting("Project", "Options", "Auth").. anyone who has an idea on how to find this value in the registry? | |
Re: What do you mean can you paste your code? | |
Guys i want to make a system that can access a mysql database through the internet. Does this mean that i going to assign the IP address of my database server to the IP given by the provider? like for example 110.92.221.70.. is this valid as the ip address that … | |
i have written a simple class for OOP in mysql and php and when i tested if even if the values that i used also in my normal connection process is the same the mysql won't connect me to it.. this is my class: [CODE] <?php class DBlink{ protected $link,$dbname,$uname,$passw,$db,$hname; … | |
I have downloaded some example source codes in C# for example "start.cs".. How can i execute it in VS2005? i opened it in C# IDE in VS2005 and i can't seem to run it.. Anyone who can help? | |
i have a report design made within visual basic using crystal reports 8.5. Right now i need to made the report preview 4 of it in one 8.5x11 bond paper. I know i need to change the design to make it fit if im going to make it 4 at … | |
I want to learn about firmware development using C++ like for printers.. What topics or lessons should i master in order to have some simple skills in doing this? anyone who could guide me? | |
How can i make a configuration in INI and XML so that i won't hardcode the location of my database and other configurations, and i would just change it from a form within my program? Can anyone help me? thanks.. | |
I want to write a code that will view all the records within a table and assign a checkbox for each record.. the check box will be used for deleting the records just like in emails. can anyone help me on this? | |
I've been working with a PHP site and below is the code for my index page.. how can i check the data first before going to POST? can i do it with a javascript? if the textboxes are blank it will not POST and just give a message.. and How … | |
I've been having troubles in getting 2 variables from a function. I've tried to put 2 variables in a function and somewhat code it like in vb put it doesn't save it, even if i declare 2 variable as globals outside of the main. and also my loop statement is … | |
Re: You can provide a variable(maybe a boolean) to store if you've pressed F1 in your keyboard and then check it when your pressing F2.. | |
Im studying how to integrate Classes in php pages. anyone who has an idea on how i can come up with this? That i would just have objects.. is it possible? | |
How can i read out and add each item on my listview? for example i have 3 columns in my listview and i want to add them to my 3 database fields.. | |
I have installed a VS 2005 that has a MSSQL Server. When i was about to try running the SQL Server i can't find anything except Configuration tools. I don't know if its express edition or not. Is SQL Server 2005 like this? how would i know that the SQL … | |
I've been working with a class module to make my connection codes abit shorter but when i removed my connection from the class and made it public it was not working anymore. The way I use the class lcon = New ADOcon lds = New DataSet Dim ltb As DataTable … |
The End.