From martyconnelly at shaw.ca Mon May 5 12:57:57 2003 From: martyconnelly at shaw.ca (MartyConnelly) Date: Mon, 05 May 2003 10:57:57 -0700 Subject: [dba-VB] MapPoint 2003 question References: <05a801c30f4f$4f5ddb90$8e01a8c0@Rock> Message-ID: <3EB6A625.2060906@shaw.ca> While poking around for something else came across this article Using the MapPoint ActiveX control with .Net http://searchvb.techtarget.com/tip/1,289483,sid8_gci887814,00.html HOW TO: Automate the MapPoint 2002 Control and Save the Map as HTML in Visual Basic .NET http://support.microsoft.com/default.aspx?scid=KB;en-us;302897& or http://support.microsoft.com/default.aspx?scid=kb;EN-US;302885 Arthur Fuller wrote: >Cross-posted... > >I've been reading about the MapPoint class hierarchy. What I have not hit >upon yet is the cost :-) There's an ActiveX control which is fine for >Access, but what about .NET? Is there a corresponding control? Suppose you >want to deliver this kind of functionality, and more, such as a route list >or the 5 national parks closest to your zip code. Can you do these sorts of >things? Does anyone know the licensing issues involved? I have a potential >client who wants to know :-) > >Arthur > >_______________________________________________ >dba-VB mailing list >dba-VB at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vb >http://www.databaseadvisors.com > > > > From jcolby at colbyconsulting.com Wed May 7 07:47:17 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 08:47:17 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com From Jdemarco at hshhp.org Wed May 7 07:55:34 2003 From: Jdemarco at hshhp.org (Jim DeMarco) Date: Wed, 7 May 2003 08:55:34 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: <22F1CCD5171D17419CB37FEEE09D5F99D85B6C@TTNEXCHSRV1.hshhp.com> John, No good news here but I want to tell you I was getting the same error when I tried to create a new ASP.NET app (or web service) on my office PC running IIS locally. Then one day we had a consultant in who knows .NET and I was showing him my problem and miraculously it created the ASP.NET application! I know this does not help you but I had this problem for months and I cannot tell you what made it go away. I installed VS.NET on two systems previous to this and did not encounter this situation until I put it on a box where I really needed it. Jim DeMarco Director of Product Development HealthSource/Hudson Health Plan -----Original Message----- From: John Colby [mailto:jcolby at colbyconsulting.com] Sent: Wednesday, May 07, 2003 8:47 AM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com *********************************************************************************** "This electronic message is intended to be for the use only of the named recipient, and may contain information from Hudson Health Plan (HHP) that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately, either by contacting the sender at the electronic mail address noted above or calling HHP at (914) 631-1611. If you are not the intended recipient, please do not forward this email to anyone, and delete and destroy all copies of this message. Thank You". *********************************************************************************** From actebs at actebs.com.au Wed May 7 08:11:35 2003 From: actebs at actebs.com.au (ACTEBS) Date: Wed, 7 May 2003 23:11:35 +1000 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <001301c3149a$32747d40$0c05a8c0@earth.local> John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 7 08:25:18 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 09:25:18 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: <001301c3149a$32747d40$0c05a8c0@earth.local> Message-ID: Vlad, The server is not a domain controller, in fact I am not running a domain, just a workgroup. John W. Colby www.colbyconsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of ACTEBS Sent: Wednesday, May 07, 2003 9:12 AM To: dba-vb at databaseadvisors.com Subject: RE: [dba-VB] OT: Creating a new asp project in .net John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From larry at lwoods.com Wed May 7 08:32:53 2003 From: larry at lwoods.com (Larry Woods) Date: Wed, 7 May 2003 06:32:53 -0700 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <028a01c3149d$29bab9f0$6401a8c0@cx321705b> John, These suggestions may not help but... First, ASP.NET assumes that a user "ASPNET" has permissions for the folders that you are accessing. Check ACL permissions. Secondly, your site has to be defined as an "IIS Application". Verify this through IIS (right click virtual directory; Directory tab;Application Settings='some applcation name'). HTH, Larry Woods L.woods, inc. > -----Original Message----- > From: dba-vb-bounces at databaseadvisors.com > [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby > Sent: Wednesday, May 07, 2003 5:47 AM > To: VBA; AccessD > Subject: [dba-VB] OT: Creating a new asp project in .net > > > I am trying to set up a new .asp project in .net. The docs > state that IIS has to be running on the local machine, but > they also imply that you can somehow make this happen running > on a server on another machine. I have IIS running on my > server machine, and am trying to get the project to > understand a directory on that machine as the project > directory. I am getting an error message that: > > "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From paul.hartland at fsmail.net Thu May 8 07:50:16 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Thu, 8 May 2003 12:50:16 +0000 Subject: [dba-VB] Visual Basic 6 (temp files) Message-ID: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> To all, I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... 1. Are these temp files really required ? 2. If they are, is there anyway to put them in a specific directory ? Thanks in advance..... Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From jcolby at colbyconsulting.com Mon May 12 09:10:41 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:10:41 -0400 Subject: [dba-VB] OT: Visual Studie.NET - Is it a bug? Message-ID: Has anyone run into the properties box not expanding out when you put the cursor over it? I have a specific project where I know this is happening. if you unpin the properties box it "deflates" to a little icon. Putting the cursor over it is supposed to cause it to expand out so that the properties can be seen. Other such icons work correctly - the project explorer etc., but the properties dialog doesn't. However it isn't just "never does". It works fine until I run the project, after which it fails to expand correctly to allow seeing the properties. I have to shut down the project and re-open, then it functions correctly again. I have taken to pinning the properties dialog open since that works around the problem. The fact that this happens after running the project leads me to believe that this is a feature and I am not doing something correctly. Whichever it is, it is a PITA. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Mon May 12 09:16:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:16:16 -0400 Subject: [dba-VB] OT: VBA.Net - Trackbar Message-ID: Is there any way to "reverse" the trackbar? If you position it vertically, the slider is at the bottom when the value of the trackbar control is small. I want the slider handle to be at the top when it is small. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Thu May 15 16:38:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Thu, 15 May 2003 17:38:16 -0400 Subject: [dba-VB] OT: VBA.Net collections Message-ID: I am looking at implementing some classes that have defined functionality and properties. However the class also needs a collection to hold other items (instances of a specific class. I read about the idea of subclassing a collection to define the object that the collection can hold by overriding the Add method. Is there any reason not to just go the whole way and make the collection class my object class. IOW, add my methods and properties to a subclassed collection class, naming the new class to MyObject. John W. Colby www.colbyconsulting.com From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] [dba-SQLServer]SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- _______________________________________________ dba-SQLServer mailing list dba-SQLServer at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-sqlserver http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 21 09:01:53 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 21 May 2003 10:01:53 -0400 Subject: [dba-VB] OT: Visual Studio - Goto method Message-ID: In Access placing the insertion pointer in a method of an object and hitting shft-F2 takes you to that method of that object (to the code). It actually takes you to anything, variable etc. According to the help file "shortcut keys" this is supposed to work in the Visual Studio editor as well, and I could swear that I have used it, but I am not getting it to work now. Is this supposed to work the same way as in the Access VBA editor? John W. Colby www.colbyconsulting.com From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] [AccessD] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From subs at solution-providers.ie Fri May 30 04:23:20 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Fri, 30 May 2003 10:23:20 +0100 Subject: [dba-VB] Visual Basic 6 (temp files) References: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> Message-ID: <01b701c3268d$1ebaf900$31fe869f@D8TZHN0J> Hello Paul, Did you ever get an answer to this ? Mark ----- Original Message ----- From: To: ; Sent: Thursday, May 08, 2003 1:50 PM Subject: [dba-VB] Visual Basic 6 (temp files) > To all, > > I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... > > 1. Are these temp files really required ? > 2. If they are, is there anyway to put them in a specific directory ? > > Thanks in advance..... > > Paul > > __________________________________________________________________________ > Join Freeserve http://www.freeserve.com/time/ > > Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > > From martyconnelly at shaw.ca Mon May 5 12:57:57 2003 From: martyconnelly at shaw.ca (MartyConnelly) Date: Mon, 05 May 2003 10:57:57 -0700 Subject: [dba-VB] MapPoint 2003 question References: <05a801c30f4f$4f5ddb90$8e01a8c0@Rock> Message-ID: <3EB6A625.2060906@shaw.ca> While poking around for something else came across this article Using the MapPoint ActiveX control with .Net http://searchvb.techtarget.com/tip/1,289483,sid8_gci887814,00.html HOW TO: Automate the MapPoint 2002 Control and Save the Map as HTML in Visual Basic .NET http://support.microsoft.com/default.aspx?scid=KB;en-us;302897& or http://support.microsoft.com/default.aspx?scid=kb;EN-US;302885 Arthur Fuller wrote: >Cross-posted... > >I've been reading about the MapPoint class hierarchy. What I have not hit >upon yet is the cost :-) There's an ActiveX control which is fine for >Access, but what about .NET? Is there a corresponding control? Suppose you >want to deliver this kind of functionality, and more, such as a route list >or the 5 national parks closest to your zip code. Can you do these sorts of >things? Does anyone know the licensing issues involved? I have a potential >client who wants to know :-) > >Arthur > >_______________________________________________ >dba-VB mailing list >dba-VB at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vb >http://www.databaseadvisors.com > > > > From jcolby at colbyconsulting.com Wed May 7 07:47:17 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 08:47:17 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com From Jdemarco at hshhp.org Wed May 7 07:55:34 2003 From: Jdemarco at hshhp.org (Jim DeMarco) Date: Wed, 7 May 2003 08:55:34 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: <22F1CCD5171D17419CB37FEEE09D5F99D85B6C@TTNEXCHSRV1.hshhp.com> John, No good news here but I want to tell you I was getting the same error when I tried to create a new ASP.NET app (or web service) on my office PC running IIS locally. Then one day we had a consultant in who knows .NET and I was showing him my problem and miraculously it created the ASP.NET application! I know this does not help you but I had this problem for months and I cannot tell you what made it go away. I installed VS.NET on two systems previous to this and did not encounter this situation until I put it on a box where I really needed it. Jim DeMarco Director of Product Development HealthSource/Hudson Health Plan -----Original Message----- From: John Colby [mailto:jcolby at colbyconsulting.com] Sent: Wednesday, May 07, 2003 8:47 AM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com *********************************************************************************** "This electronic message is intended to be for the use only of the named recipient, and may contain information from Hudson Health Plan (HHP) that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately, either by contacting the sender at the electronic mail address noted above or calling HHP at (914) 631-1611. If you are not the intended recipient, please do not forward this email to anyone, and delete and destroy all copies of this message. Thank You". *********************************************************************************** From actebs at actebs.com.au Wed May 7 08:11:35 2003 From: actebs at actebs.com.au (ACTEBS) Date: Wed, 7 May 2003 23:11:35 +1000 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <001301c3149a$32747d40$0c05a8c0@earth.local> John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 7 08:25:18 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 09:25:18 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: <001301c3149a$32747d40$0c05a8c0@earth.local> Message-ID: Vlad, The server is not a domain controller, in fact I am not running a domain, just a workgroup. John W. Colby www.colbyconsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of ACTEBS Sent: Wednesday, May 07, 2003 9:12 AM To: dba-vb at databaseadvisors.com Subject: RE: [dba-VB] OT: Creating a new asp project in .net John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From larry at lwoods.com Wed May 7 08:32:53 2003 From: larry at lwoods.com (Larry Woods) Date: Wed, 7 May 2003 06:32:53 -0700 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <028a01c3149d$29bab9f0$6401a8c0@cx321705b> John, These suggestions may not help but... First, ASP.NET assumes that a user "ASPNET" has permissions for the folders that you are accessing. Check ACL permissions. Secondly, your site has to be defined as an "IIS Application". Verify this through IIS (right click virtual directory; Directory tab;Application Settings='some applcation name'). HTH, Larry Woods L.woods, inc. > -----Original Message----- > From: dba-vb-bounces at databaseadvisors.com > [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby > Sent: Wednesday, May 07, 2003 5:47 AM > To: VBA; AccessD > Subject: [dba-VB] OT: Creating a new asp project in .net > > > I am trying to set up a new .asp project in .net. The docs > state that IIS has to be running on the local machine, but > they also imply that you can somehow make this happen running > on a server on another machine. I have IIS running on my > server machine, and am trying to get the project to > understand a directory on that machine as the project > directory. I am getting an error message that: > > "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From paul.hartland at fsmail.net Thu May 8 07:50:16 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Thu, 8 May 2003 12:50:16 +0000 Subject: [dba-VB] Visual Basic 6 (temp files) Message-ID: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> To all, I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... 1. Are these temp files really required ? 2. If they are, is there anyway to put them in a specific directory ? Thanks in advance..... Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From jcolby at colbyconsulting.com Mon May 12 09:10:41 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:10:41 -0400 Subject: [dba-VB] OT: Visual Studie.NET - Is it a bug? Message-ID: Has anyone run into the properties box not expanding out when you put the cursor over it? I have a specific project where I know this is happening. if you unpin the properties box it "deflates" to a little icon. Putting the cursor over it is supposed to cause it to expand out so that the properties can be seen. Other such icons work correctly - the project explorer etc., but the properties dialog doesn't. However it isn't just "never does". It works fine until I run the project, after which it fails to expand correctly to allow seeing the properties. I have to shut down the project and re-open, then it functions correctly again. I have taken to pinning the properties dialog open since that works around the problem. The fact that this happens after running the project leads me to believe that this is a feature and I am not doing something correctly. Whichever it is, it is a PITA. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Mon May 12 09:16:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:16:16 -0400 Subject: [dba-VB] OT: VBA.Net - Trackbar Message-ID: Is there any way to "reverse" the trackbar? If you position it vertically, the slider is at the bottom when the value of the trackbar control is small. I want the slider handle to be at the top when it is small. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Thu May 15 16:38:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Thu, 15 May 2003 17:38:16 -0400 Subject: [dba-VB] OT: VBA.Net collections Message-ID: I am looking at implementing some classes that have defined functionality and properties. However the class also needs a collection to hold other items (instances of a specific class. I read about the idea of subclassing a collection to define the object that the collection can hold by overriding the Add method. Is there any reason not to just go the whole way and make the collection class my object class. IOW, add my methods and properties to a subclassed collection class, naming the new class to MyObject. John W. Colby www.colbyconsulting.com From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] [dba-SQLServer]SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- _______________________________________________ dba-SQLServer mailing list dba-SQLServer at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-sqlserver http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 21 09:01:53 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 21 May 2003 10:01:53 -0400 Subject: [dba-VB] OT: Visual Studio - Goto method Message-ID: In Access placing the insertion pointer in a method of an object and hitting shft-F2 takes you to that method of that object (to the code). It actually takes you to anything, variable etc. According to the help file "shortcut keys" this is supposed to work in the Visual Studio editor as well, and I could swear that I have used it, but I am not getting it to work now. Is this supposed to work the same way as in the Access VBA editor? John W. Colby www.colbyconsulting.com From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] [AccessD] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From subs at solution-providers.ie Fri May 30 04:23:20 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Fri, 30 May 2003 10:23:20 +0100 Subject: [dba-VB] Visual Basic 6 (temp files) References: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> Message-ID: <01b701c3268d$1ebaf900$31fe869f@D8TZHN0J> Hello Paul, Did you ever get an answer to this ? Mark ----- Original Message ----- From: To: ; Sent: Thursday, May 08, 2003 1:50 PM Subject: [dba-VB] Visual Basic 6 (temp files) > To all, > > I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... > > 1. Are these temp files really required ? > 2. If they are, is there anyway to put them in a specific directory ? > > Thanks in advance..... > > Paul > > __________________________________________________________________________ > Join Freeserve http://www.freeserve.com/time/ > > Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > > From martyconnelly at shaw.ca Mon May 5 12:57:57 2003 From: martyconnelly at shaw.ca (MartyConnelly) Date: Mon, 05 May 2003 10:57:57 -0700 Subject: [dba-VB] MapPoint 2003 question References: <05a801c30f4f$4f5ddb90$8e01a8c0@Rock> Message-ID: <3EB6A625.2060906@shaw.ca> While poking around for something else came across this article Using the MapPoint ActiveX control with .Net http://searchvb.techtarget.com/tip/1,289483,sid8_gci887814,00.html HOW TO: Automate the MapPoint 2002 Control and Save the Map as HTML in Visual Basic .NET http://support.microsoft.com/default.aspx?scid=KB;en-us;302897& or http://support.microsoft.com/default.aspx?scid=kb;EN-US;302885 Arthur Fuller wrote: >Cross-posted... > >I've been reading about the MapPoint class hierarchy. What I have not hit >upon yet is the cost :-) There's an ActiveX control which is fine for >Access, but what about .NET? Is there a corresponding control? Suppose you >want to deliver this kind of functionality, and more, such as a route list >or the 5 national parks closest to your zip code. Can you do these sorts of >things? Does anyone know the licensing issues involved? I have a potential >client who wants to know :-) > >Arthur > >_______________________________________________ >dba-VB mailing list >dba-VB at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vb >http://www.databaseadvisors.com > > > > From jcolby at colbyconsulting.com Wed May 7 07:47:17 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 08:47:17 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com From Jdemarco at hshhp.org Wed May 7 07:55:34 2003 From: Jdemarco at hshhp.org (Jim DeMarco) Date: Wed, 7 May 2003 08:55:34 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: <22F1CCD5171D17419CB37FEEE09D5F99D85B6C@TTNEXCHSRV1.hshhp.com> John, No good news here but I want to tell you I was getting the same error when I tried to create a new ASP.NET app (or web service) on my office PC running IIS locally. Then one day we had a consultant in who knows .NET and I was showing him my problem and miraculously it created the ASP.NET application! I know this does not help you but I had this problem for months and I cannot tell you what made it go away. I installed VS.NET on two systems previous to this and did not encounter this situation until I put it on a box where I really needed it. Jim DeMarco Director of Product Development HealthSource/Hudson Health Plan -----Original Message----- From: John Colby [mailto:jcolby at colbyconsulting.com] Sent: Wednesday, May 07, 2003 8:47 AM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com *********************************************************************************** "This electronic message is intended to be for the use only of the named recipient, and may contain information from Hudson Health Plan (HHP) that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately, either by contacting the sender at the electronic mail address noted above or calling HHP at (914) 631-1611. If you are not the intended recipient, please do not forward this email to anyone, and delete and destroy all copies of this message. Thank You". *********************************************************************************** From actebs at actebs.com.au Wed May 7 08:11:35 2003 From: actebs at actebs.com.au (ACTEBS) Date: Wed, 7 May 2003 23:11:35 +1000 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <001301c3149a$32747d40$0c05a8c0@earth.local> John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 7 08:25:18 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 09:25:18 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: <001301c3149a$32747d40$0c05a8c0@earth.local> Message-ID: Vlad, The server is not a domain controller, in fact I am not running a domain, just a workgroup. John W. Colby www.colbyconsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of ACTEBS Sent: Wednesday, May 07, 2003 9:12 AM To: dba-vb at databaseadvisors.com Subject: RE: [dba-VB] OT: Creating a new asp project in .net John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From larry at lwoods.com Wed May 7 08:32:53 2003 From: larry at lwoods.com (Larry Woods) Date: Wed, 7 May 2003 06:32:53 -0700 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <028a01c3149d$29bab9f0$6401a8c0@cx321705b> John, These suggestions may not help but... First, ASP.NET assumes that a user "ASPNET" has permissions for the folders that you are accessing. Check ACL permissions. Secondly, your site has to be defined as an "IIS Application". Verify this through IIS (right click virtual directory; Directory tab;Application Settings='some applcation name'). HTH, Larry Woods L.woods, inc. > -----Original Message----- > From: dba-vb-bounces at databaseadvisors.com > [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby > Sent: Wednesday, May 07, 2003 5:47 AM > To: VBA; AccessD > Subject: [dba-VB] OT: Creating a new asp project in .net > > > I am trying to set up a new .asp project in .net. The docs > state that IIS has to be running on the local machine, but > they also imply that you can somehow make this happen running > on a server on another machine. I have IIS running on my > server machine, and am trying to get the project to > understand a directory on that machine as the project > directory. I am getting an error message that: > > "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From paul.hartland at fsmail.net Thu May 8 07:50:16 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Thu, 8 May 2003 12:50:16 +0000 Subject: [dba-VB] Visual Basic 6 (temp files) Message-ID: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> To all, I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... 1. Are these temp files really required ? 2. If they are, is there anyway to put them in a specific directory ? Thanks in advance..... Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From jcolby at colbyconsulting.com Mon May 12 09:10:41 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:10:41 -0400 Subject: [dba-VB] OT: Visual Studie.NET - Is it a bug? Message-ID: Has anyone run into the properties box not expanding out when you put the cursor over it? I have a specific project where I know this is happening. if you unpin the properties box it "deflates" to a little icon. Putting the cursor over it is supposed to cause it to expand out so that the properties can be seen. Other such icons work correctly - the project explorer etc., but the properties dialog doesn't. However it isn't just "never does". It works fine until I run the project, after which it fails to expand correctly to allow seeing the properties. I have to shut down the project and re-open, then it functions correctly again. I have taken to pinning the properties dialog open since that works around the problem. The fact that this happens after running the project leads me to believe that this is a feature and I am not doing something correctly. Whichever it is, it is a PITA. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Mon May 12 09:16:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:16:16 -0400 Subject: [dba-VB] OT: VBA.Net - Trackbar Message-ID: Is there any way to "reverse" the trackbar? If you position it vertically, the slider is at the bottom when the value of the trackbar control is small. I want the slider handle to be at the top when it is small. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Thu May 15 16:38:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Thu, 15 May 2003 17:38:16 -0400 Subject: [dba-VB] OT: VBA.Net collections Message-ID: I am looking at implementing some classes that have defined functionality and properties. However the class also needs a collection to hold other items (instances of a specific class. I read about the idea of subclassing a collection to define the object that the collection can hold by overriding the Add method. Is there any reason not to just go the whole way and make the collection class my object class. IOW, add my methods and properties to a subclassed collection class, naming the new class to MyObject. John W. Colby www.colbyconsulting.com From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] [dba-SQLServer]SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- _______________________________________________ dba-SQLServer mailing list dba-SQLServer at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-sqlserver http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 21 09:01:53 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 21 May 2003 10:01:53 -0400 Subject: [dba-VB] OT: Visual Studio - Goto method Message-ID: In Access placing the insertion pointer in a method of an object and hitting shft-F2 takes you to that method of that object (to the code). It actually takes you to anything, variable etc. According to the help file "shortcut keys" this is supposed to work in the Visual Studio editor as well, and I could swear that I have used it, but I am not getting it to work now. Is this supposed to work the same way as in the Access VBA editor? John W. Colby www.colbyconsulting.com From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] [AccessD] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From subs at solution-providers.ie Fri May 30 04:23:20 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Fri, 30 May 2003 10:23:20 +0100 Subject: [dba-VB] Visual Basic 6 (temp files) References: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> Message-ID: <01b701c3268d$1ebaf900$31fe869f@D8TZHN0J> Hello Paul, Did you ever get an answer to this ? Mark ----- Original Message ----- From: To: ; Sent: Thursday, May 08, 2003 1:50 PM Subject: [dba-VB] Visual Basic 6 (temp files) > To all, > > I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... > > 1. Are these temp files really required ? > 2. If they are, is there anyway to put them in a specific directory ? > > Thanks in advance..... > > Paul > > __________________________________________________________________________ > Join Freeserve http://www.freeserve.com/time/ > > Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > > From martyconnelly at shaw.ca Mon May 5 12:57:57 2003 From: martyconnelly at shaw.ca (MartyConnelly) Date: Mon, 05 May 2003 10:57:57 -0700 Subject: [dba-VB] MapPoint 2003 question References: <05a801c30f4f$4f5ddb90$8e01a8c0@Rock> Message-ID: <3EB6A625.2060906@shaw.ca> While poking around for something else came across this article Using the MapPoint ActiveX control with .Net http://searchvb.techtarget.com/tip/1,289483,sid8_gci887814,00.html HOW TO: Automate the MapPoint 2002 Control and Save the Map as HTML in Visual Basic .NET http://support.microsoft.com/default.aspx?scid=KB;en-us;302897& or http://support.microsoft.com/default.aspx?scid=kb;EN-US;302885 Arthur Fuller wrote: >Cross-posted... > >I've been reading about the MapPoint class hierarchy. What I have not hit >upon yet is the cost :-) There's an ActiveX control which is fine for >Access, but what about .NET? Is there a corresponding control? Suppose you >want to deliver this kind of functionality, and more, such as a route list >or the 5 national parks closest to your zip code. Can you do these sorts of >things? Does anyone know the licensing issues involved? I have a potential >client who wants to know :-) > >Arthur > >_______________________________________________ >dba-VB mailing list >dba-VB at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vb >http://www.databaseadvisors.com > > > > From jcolby at colbyconsulting.com Wed May 7 07:47:17 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 08:47:17 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com From Jdemarco at hshhp.org Wed May 7 07:55:34 2003 From: Jdemarco at hshhp.org (Jim DeMarco) Date: Wed, 7 May 2003 08:55:34 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net Message-ID: <22F1CCD5171D17419CB37FEEE09D5F99D85B6C@TTNEXCHSRV1.hshhp.com> John, No good news here but I want to tell you I was getting the same error when I tried to create a new ASP.NET app (or web service) on my office PC running IIS locally. Then one day we had a consultant in who knows .NET and I was showing him my problem and miraculously it created the ASP.NET application! I know this does not help you but I had this problem for months and I cannot tell you what made it go away. I installed VS.NET on two systems previous to this and did not encounter this situation until I put it on a box where I really needed it. Jim DeMarco Director of Product Development HealthSource/Hudson Health Plan -----Original Message----- From: John Colby [mailto:jcolby at colbyconsulting.com] Sent: Wednesday, May 07, 2003 8:47 AM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com *********************************************************************************** "This electronic message is intended to be for the use only of the named recipient, and may contain information from Hudson Health Plan (HHP) that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately, either by contacting the sender at the electronic mail address noted above or calling HHP at (914) 631-1611. If you are not the intended recipient, please do not forward this email to anyone, and delete and destroy all copies of this message. Thank You". *********************************************************************************** From actebs at actebs.com.au Wed May 7 08:11:35 2003 From: actebs at actebs.com.au (ACTEBS) Date: Wed, 7 May 2003 23:11:35 +1000 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <001301c3149a$32747d40$0c05a8c0@earth.local> John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 7 08:25:18 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 7 May 2003 09:25:18 -0400 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: <001301c3149a$32747d40$0c05a8c0@earth.local> Message-ID: Vlad, The server is not a domain controller, in fact I am not running a domain, just a workgroup. John W. Colby www.colbyconsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of ACTEBS Sent: Wednesday, May 07, 2003 9:12 AM To: dba-vb at databaseadvisors.com Subject: RE: [dba-VB] OT: Creating a new asp project in .net John, I did this a long time ago so don't quote me on this.... You will need to edit the machine.config file located on the server (haven't got the link, sorry). MS in their ultimate wisdom decided that you would never need to run this on a Domain Controller which I am assuming your server is...Be very careful though as it severely compromises security on your server... Good luck, as it took us ages to figure this one out and this was about 12 months ago so I have since forgotten exactly what we did... HTH Vlad -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby Sent: Wednesday, 7 May 2003 10:47 PM To: VBA; AccessD Subject: [dba-VB] OT: Creating a new asp project in .net I am trying to set up a new .asp project in .net. The docs state that IIS has to be running on the local machine, but they also imply that you can somehow make this happen running on a server on another machine. I have IIS running on my server machine, and am trying to get the project to understand a directory on that machine as the project directory. I am getting an error message that: "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From larry at lwoods.com Wed May 7 08:32:53 2003 From: larry at lwoods.com (Larry Woods) Date: Wed, 7 May 2003 06:32:53 -0700 Subject: [dba-VB] OT: Creating a new asp project in .net In-Reply-To: Message-ID: <028a01c3149d$29bab9f0$6401a8c0@cx321705b> John, These suggestions may not help but... First, ASP.NET assumes that a user "ASPNET" has permissions for the folders that you are accessing. Check ACL permissions. Secondly, your site has to be defined as an "IIS Application". Verify this through IIS (right click virtual directory; Directory tab;Application Settings='some applcation name'). HTH, Larry Woods L.woods, inc. > -----Original Message----- > From: dba-vb-bounces at databaseadvisors.com > [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of John Colby > Sent: Wednesday, May 07, 2003 5:47 AM > To: VBA; AccessD > Subject: [dba-VB] OT: Creating a new asp project in .net > > > I am trying to set up a new .asp project in .net. The docs > state that IIS has to be running on the local machine, but > they also imply that you can somehow make this happen running > on a server on another machine. I have IIS running on my > server machine, and am trying to get the project to > understand a directory on that machine as the project > directory. I am getting an error message that: > > "Unable to create directory... blah blah... The unc share \\C2DbServer\D2DbWeb\ does not exist or you do not have access to it." It in fact does exist. One of the docs says that the administrator and the system have to have full permissions on that dir, so I specifically went in and set it up such that they did. Still no joy. If anyone has done this before, can you pipe up and tell me what I may be doing wrong. Again, I want to create an ASP project, using Visual Studio .net running on my development machine, with the project located in a directory on my server, and controlled by IIS running on my server. Thanks, John W. Colby www.colbyconsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From paul.hartland at fsmail.net Thu May 8 07:50:16 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Thu, 8 May 2003 12:50:16 +0000 Subject: [dba-VB] Visual Basic 6 (temp files) Message-ID: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> To all, I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... 1. Are these temp files really required ? 2. If they are, is there anyway to put them in a specific directory ? Thanks in advance..... Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From jcolby at colbyconsulting.com Mon May 12 09:10:41 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:10:41 -0400 Subject: [dba-VB] OT: Visual Studie.NET - Is it a bug? Message-ID: Has anyone run into the properties box not expanding out when you put the cursor over it? I have a specific project where I know this is happening. if you unpin the properties box it "deflates" to a little icon. Putting the cursor over it is supposed to cause it to expand out so that the properties can be seen. Other such icons work correctly - the project explorer etc., but the properties dialog doesn't. However it isn't just "never does". It works fine until I run the project, after which it fails to expand correctly to allow seeing the properties. I have to shut down the project and re-open, then it functions correctly again. I have taken to pinning the properties dialog open since that works around the problem. The fact that this happens after running the project leads me to believe that this is a feature and I am not doing something correctly. Whichever it is, it is a PITA. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Mon May 12 09:16:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Mon, 12 May 2003 10:16:16 -0400 Subject: [dba-VB] OT: VBA.Net - Trackbar Message-ID: Is there any way to "reverse" the trackbar? If you position it vertically, the slider is at the bottom when the value of the trackbar control is small. I want the slider handle to be at the top when it is small. John W. Colby www.colbyconsulting.com From jcolby at colbyconsulting.com Thu May 15 16:38:16 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Thu, 15 May 2003 17:38:16 -0400 Subject: [dba-VB] OT: VBA.Net collections Message-ID: I am looking at implementing some classes that have defined functionality and properties. However the class also needs a collection to hold other items (instances of a specific class. I read about the idea of subclassing a collection to define the object that the collection can hold by overriding the Add method. Is there any reason not to just go the whole way and make the collection class my object class. IOW, add my methods and properties to a subclassed collection class, naming the new class to MyObject. John W. Colby www.colbyconsulting.com From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From subs at solution-providers.ie Wed May 21 05:45:36 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Wed, 21 May 2003 11:45:36 +0100 Subject: [dba-VB] [dba-SQLServer]SQL Server and Visual InterDev References: <61F915314798D311A2F800A0C9C83188039569EC@dibble.observatory.donnslaw.co.uk> Message-ID: <001e01c31f86$48f7bd60$6a1118ac@D8TZHN0J> MessageHello All, I have started using VID recently to do all my database work. I am finding it great. Building sprocs in it are much easier than in Enterprise manager. For some reason, in the last few days, when I edit SQL within an Sproc or a view within VID, it does not display my columns, even though they are turned on! I am presuming that I clicked something, but I have no idea what it is, I cannot find anything in the BOl to help me, it must be something simple. Has anyone any ideas? Are any of you guys using VID to edit database work? Do you like it, have you found anything better ? Thanks in advance for any help, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- _______________________________________________ dba-SQLServer mailing list dba-SQLServer at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-sqlserver http://www.databaseadvisors.com From jcolby at colbyconsulting.com Wed May 21 09:01:53 2003 From: jcolby at colbyconsulting.com (John Colby) Date: Wed, 21 May 2003 10:01:53 -0400 Subject: [dba-VB] OT: Visual Studio - Goto method Message-ID: In Access placing the insertion pointer in a method of an object and hitting shft-F2 takes you to that method of that object (to the code). It actually takes you to anything, variable etc. According to the help file "shortcut keys" this is supposed to work in the Visual Studio editor as well, and I could swear that I have used it, but I am not getting it to work now. Is this supposed to work the same way as in the Access VBA editor? John W. Colby www.colbyconsulting.com From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. From paul.hartland at fsmail.net Fri May 30 03:19:45 2003 From: paul.hartland at fsmail.net (paul.hartland at fsmail.net) Date: Fri, 30 May 2003 8:19:45 +0000 Subject: [dba-VB] [AccessD] Saving Query From VB6 into Access Message-ID: <20030530081945.HFII4720.fep07-svc.ttys.com@localhost> To all, I'm sure I have either done this before or have heard it can be done. I have a Visual Basic 6 front-end which links to an Access back-end, what I want to do is build a SQL select statement on the fly in VB6 (I have got this far), and then I need to save it as a query into the Access database. Anyone have any ideas on how I go about this..... Thanks in advance. Paul __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From subs at solution-providers.ie Fri May 30 04:23:20 2003 From: subs at solution-providers.ie (Mark L. Breen) Date: Fri, 30 May 2003 10:23:20 +0100 Subject: [dba-VB] Visual Basic 6 (temp files) References: <20030508125016.LXIS28680.fep03-svc.ttys.com@localhost> Message-ID: <01b701c3268d$1ebaf900$31fe869f@D8TZHN0J> Hello Paul, Did you ever get an answer to this ? Mark ----- Original Message ----- From: To: ; Sent: Thursday, May 08, 2003 1:50 PM Subject: [dba-VB] Visual Basic 6 (temp files) > To all, > > I have been working with Visual Basic 6 for around 18 months now and have noticed that VB temp files get placed virtually anywhere, so a couple of stupid questions to follow...... > > 1. Are these temp files really required ? > 2. If they are, is there anyway to put them in a specific directory ? > > Thanks in advance..... > > Paul > > __________________________________________________________________________ > Join Freeserve http://www.freeserve.com/time/ > > Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application. > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > >