Jump to content
xisto Community

connectpal

Members
  • Content Count

    7
  • Joined

  • Last visited

  1. Hi,I have reformated my computer recently and now reinstalled VB6 with sp5.For some reason I did not had the Msinet.ocx in my component list, so I downloded it and registred it with regsvr32.Now it shows in vb but when I try to drag it to a form vb tell me that I dont have a licence for that component.I have been using this ocx before, has never been a problem, what am I missing ?
  2. I have several tables that now due to changing business requirements, need to have an auto increments id. However, I need to start incremeitng at 70000, with increments of 1. I wrote the belowALTER TABLE tblImportsReconADD COLUMN RowID INT IDENTITY(70000,1)but keep getting a syntax error. This is in an Access 2003 desk-top database.Thanks
  3. Part of my VB program is written with :'(1) open Excel files currentDate = Format(Date, "YYYY") & " " & Format(Date, "MM") & " " & Format(Date, "DD") & " " & "0000" & " " & "(WIDE)" filePath = "C:\nbutane\rsview\DLGLOG\RSVIEW\" & currentDate & ".dbf"When the VB executes, it'll open the file called 2001 11 23 0000 (Wide) with Excel.My problem is when the file name changed to 2001 11 23 0001 (Wide) , the VB can't access it because it's reading from '0000'. Sometimes the file will change to '0002' .... and so on.Please help. Thanks.
  4. Hi everybody,I want to send an email to multi users through my VB application.I don't know if I can use a VB class for this case or I should download a smtp mail component.I would be thankful if you can suggest me the best solution.Please give me a code example for former solution or introduce me an effective free, permanent component.
  5. I just purchased a D-Link wireless router, a DI-524. On my computer i connect through dial up to the internet. I have been trying to figure out how to share this connection through the router, but i haven't been able to because the router is made to hook up to an external modem through a WAN port. If there is a way to share my connection through this router, please help me with how.
  6. don't know how to ask this question without violating EE's Terms of Service.Is it possible to scan for open ports at a particular IP address? Most services of this type scan only MY static IP.Can someone answer this question or point me to legitimate resources for doing this?I am just trying to learn...not hack...although I know that this knowledge could be and often is used for that.I know that security consultants are often paid to break into company servers....to expose weaknesses so that company can plug the holes...close open ports...etc.What software do these security consultants use?
  7. I try to upgrade my MySQL server from 4.018 to 4.1.10a.Firstly, I downloaded mysql-4.1.10a (not the essential one) for win XPThen I install the new version after the old version was uninstalled.After the installation process, Instance Configurator comes up to help for the configuration.But an error occured when it try to start the MySQL service.Error messageis "cannot create windows service for MySQL. Error:0"So my MySQL server cannot be started. It is running win XP on my computer.Does anybody can tell me what is wrong?.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.