473,395 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

PUZZLED FUSTRATED and DESPERATE :{

I am new to vb.net coming from vb6

I built and published an app that work fine on the production machine.
I try installing it on a clean machine and I installed
NETFramework2.0.50727 ( i am using Vb.net 2005 no sp1 and these are
the references of the compiled program). I check that these
references are identical on both machines and in the proper location
and they were

The installed went fine but when I run the program I see it loading in
the task manager but nothing happens....no forms show, no error
messages no nothing. Then it disappears from the task manager.

I am able to run the compiled exe on the production machine without
any problems. Any ideas would be appreciated because right now I feel
I wasted a two months of programming ;{ ;{ ;{ ;{ ;{ ;{ ;{ ;{
Apr 6 '07 #1
16 1588
What's your program called? This is the kind of weird behavior you can get
if there is a program of the same name in
HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths, because the
program in there will run, not yours.

If it's not that, a missing dependency or a program fault typically causes a
crash in VB, so as long as you're not catching errors and disregarding them
(and exiting) you should see something. What happens if the 1st line of
code in your program is MessageBox.Show?
--
Phil Wilson
[Microsoft MVP Windows Installer]
<He**@aol.comwrote in message
news:p4********************************@4ax.com...
>I am new to vb.net coming from vb6

I built and published an app that work fine on the production machine.
I try installing it on a clean machine and I installed
NETFramework2.0.50727 ( i am using Vb.net 2005 no sp1 and these are
the references of the compiled program). I check that these
references are identical on both machines and in the proper location
and they were

The installed went fine but when I run the program I see it loading in
the task manager but nothing happens....no forms show, no error
messages no nothing. Then it disappears from the task manager.

I am able to run the compiled exe on the production machine without
any problems. Any ideas would be appreciated because right now I feel
I wasted a two months of programming ;{ ;{ ;{ ;{ ;{ ;{ ;{ ;{

Apr 6 '07 #2
The program is called called Dentiage so I doubt it shares a common
name. I got so fustrated i left work but will check your other
suggestions tommorrow. I do apprecioate your help

On Fri, 6 Apr 2007 15:48:55 -0700, "Phil Wilson"
<ph*********@wonderware.something.comwrote:
>What's your program called? This is the kind of weird behavior you can get
if there is a program of the same name in
HKLM\Software\Microsoft\Windows\CurrentVersion\Ap p Paths, because the
program in there will run, not yours.

If it's not that, a missing dependency or a program fault typically causes a
crash in VB, so as long as you're not catching errors and disregarding them
(and exiting) you should see something. What happens if the 1st line of
code in your program is MessageBox.Show?
Apr 6 '07 #3
Sounds like a permissions/security issue. Have you run the .NET Application
Wizards in Control Panel...Administrative Tools?
<He**@aol.comwrote in message
news:ov********************************@4ax.com...
The program is called called Dentiage so I doubt it shares a common
name. I got so fustrated i left work but will check your other
suggestions tommorrow. I do apprecioate your help

On Fri, 6 Apr 2007 15:48:55 -0700, "Phil Wilson"
<ph*********@wonderware.something.comwrote:
>>What's your program called? This is the kind of weird behavior you can get
if there is a program of the same name in
HKLM\Software\Microsoft\Windows\CurrentVersion\A pp Paths, because the
program in there will run, not yours.

If it's not that, a missing dependency or a program fault typically causes
a
crash in VB, so as long as you're not catching errors and disregarding
them
(and exiting) you should see something. What happens if the 1st line of
code in your program is MessageBox.Show?

Apr 7 '07 #4
I am not sure I understand what I should do. Can you please
expand...Thanks

On Fri, 6 Apr 2007 21:08:58 -0400, "Scott M." <s-***@nospam.nospam>
wrote:
>Sounds like a permissions/security issue. Have you run the .NET Application
Wizards in Control Panel...Administrative Tools?
<He**@aol.comwrote in message
news:ov********************************@4ax.com.. .
>The program is called called Dentiage so I doubt it shares a common
name. I got so fustrated i left work but will check your other
suggestions tommorrow. I do apprecioate your help

On Fri, 6 Apr 2007 15:48:55 -0700, "Phil Wilson"
<ph*********@wonderware.something.comwrote:
>>>What's your program called? This is the kind of weird behavior you can get
if there is a program of the same name in
HKLM\Software\Microsoft\Windows\CurrentVersion\ App Paths, because the
program in there will run, not yours.

If it's not that, a missing dependency or a program fault typically causes
a
crash in VB, so as long as you're not catching errors and disregarding
them
(and exiting) you should see something. What happens if the 1st line of
code in your program is MessageBox.Show?
Apr 7 '07 #5
In Control Panel, select Administration Tools. Then the .NET Configuration
Wizards. There are several to choose from and each is Wizard based. All of
them allow you to configure your .NET assembly for use on the current
system.
<He**@aol.comwrote in message
news:rt********************************@4ax.com...
>I am not sure I understand what I should do. Can you please
expand...Thanks

On Fri, 6 Apr 2007 21:08:58 -0400, "Scott M." <s-***@nospam.nospam>
wrote:
>>Sounds like a permissions/security issue. Have you run the .NET
Application
Wizards in Control Panel...Administrative Tools?
<He**@aol.comwrote in message
news:ov********************************@4ax.com. ..
>>The program is called called Dentiage so I doubt it shares a common
name. I got so fustrated i left work but will check your other
suggestions tommorrow. I do apprecioate your help

On Fri, 6 Apr 2007 15:48:55 -0700, "Phil Wilson"
<ph*********@wonderware.something.comwrote:

What's your program called? This is the kind of weird behavior you can
get
if there is a program of the same name in
HKLM\Software\Microsoft\Windows\CurrentVersion \App Paths, because the
program in there will run, not yours.

If it's not that, a missing dependency or a program fault typically
causes
a
crash in VB, so as long as you're not catching errors and disregarding
them
(and exiting) you should see something. What happens if the 1st line of
code in your program is MessageBox.Show?

Apr 7 '07 #6
On Apr 7, 9:43 am, "Scott M." <s...@nospam.nospamwrote:
In Control Panel, select Administration Tools. Then the .NET Configuration
Wizards. There are several to choose from and each is Wizard based. All of
them allow you to configure your .NET assembly for use on the current
system.
I don't think the configuration wizards is present for .Net 2.0 on a
system that just has the framework installed.

To the OP: Check the Event logs to see if there are any messages
logged there. If not, you'll have to do as the other poster suggested
and start debugging.

Using VS, you can debug from your development machine to the machine
in question over the network, assuming you have the required
permissions.

Good luck

Chris

Apr 9 '07 #7
I have installed and unisntsatlled 2.0 Microsoft .NET Framework
Version 2.0 Redistributable Package (x86)
three times and it did not install the 2.0 NEt configuration wizard
(1.1 and 1.0 are there).

Got it from MS
http://www.microsoft.com/downloads/d...displaylang=en

Any suggestions?

On Sat, 7 Apr 2007 10:43:30 -0400, "Scott M." <s-***@nospam.nospam>
wrote:
>In Control Panel, select Administration Tools. Then the .NET Configuration
Wizards. There are several to choose from and each is Wizard based. All of
them allow you to configure your .NET assembly for use on the current
system.
<He**@aol.comwrote in message
news:rt********************************@4ax.com.. .
>>I am not sure I understand what I should do. Can you please
expand...Thanks

On Fri, 6 Apr 2007 21:08:58 -0400, "Scott M." <s-***@nospam.nospam>
wrote:
>>>Sounds like a permissions/security issue. Have you run the .NET
Application
Wizards in Control Panel...Administrative Tools?
<He**@aol.comwrote in message
news:ov********************************@4ax.com ...
The program is called called Dentiage so I doubt it shares a common
name. I got so fustrated i left work but will check your other
suggestions tommorrow. I do apprecioate your help

On Fri, 6 Apr 2007 15:48:55 -0700, "Phil Wilson"
<ph*********@wonderware.something.comwrote:

>What's your program called? This is the kind of weird behavior you can
>get
>if there is a program of the same name in
>HKLM\Software\Microsoft\Windows\CurrentVersio n\App Paths, because the
>program in there will run, not yours.
>
>If it's not that, a missing dependency or a program fault typically
>causes
>a
>crash in VB, so as long as you're not catching errors and disregarding
>them
>(and exiting) you should see something. What happens if the 1st line of
>code in your program is MessageBox.Show?

Apr 9 '07 #8
This is something knew to me

"Using VS, you can debug from your development machine to the machine
in question over the network, assuming you have the required
permissions."

How would you do this

On 9 Apr 2007 10:40:49 -0700, "Chris Dunaway" <du******@gmail.com>
wrote:
Apr 9 '07 #9
On Apr 9, 1:52 pm, H...@aol.com wrote:
This is something knew to me

"Using VS, you can debug from your development machine to the machine
in question over the network, assuming you have the required
permissions."

How would you do this

On 9 Apr 2007 10:40:49 -0700, "Chris Dunaway" <dunaw...@gmail.com>
wrote:
In VS, you would click Tools Attach to Process and on that screen
you can change the Qualifier field to the server you want to connect
to. When you connect, you should see a list of processes to which you
can attach the debugger.

Chris

Apr 9 '07 #10
Sorry, didn't know they are not available in 2.0. None-the-less, there must
be some kind of application config file where you can set permissions. No?
<He**@aol.comwrote in message
news:8c********************************@4ax.com...
>I have installed and unisntsatlled 2.0 Microsoft .NET Framework
Version 2.0 Redistributable Package (x86)
three times and it did not install the 2.0 NEt configuration wizard
(1.1 and 1.0 are there).

Got it from MS
http://www.microsoft.com/downloads/d...displaylang=en

Any suggestions?

On Sat, 7 Apr 2007 10:43:30 -0400, "Scott M." <s-***@nospam.nospam>
wrote:
>>In Control Panel, select Administration Tools. Then the .NET
Configuration
Wizards. There are several to choose from and each is Wizard based. All
of
them allow you to configure your .NET assembly for use on the current
system.
<He**@aol.comwrote in message
news:rt********************************@4ax.com. ..
>>>I am not sure I understand what I should do. Can you please
expand...Thanks

On Fri, 6 Apr 2007 21:08:58 -0400, "Scott M." <s-***@nospam.nospam>
wrote:

Sounds like a permissions/security issue. Have you run the .NET
Application
Wizards in Control Panel...Administrative Tools?
<He**@aol.comwrote in message
news:ov********************************@4ax.co m...
The program is called called Dentiage so I doubt it shares a common
name. I got so fustrated i left work but will check your other
suggestions tommorrow. I do apprecioate your help
>
>
>
On Fri, 6 Apr 2007 15:48:55 -0700, "Phil Wilson"
<ph*********@wonderware.something.comwrote:
>
>>What's your program called? This is the kind of weird behavior you can
>>get
>>if there is a program of the same name in
>>HKLM\Software\Microsoft\Windows\CurrentVersi on\App Paths, because the
>>program in there will run, not yours.
>>
>>If it's not that, a missing dependency or a program fault typically
>>causes
>>a
>>crash in VB, so as long as you're not catching errors and disregarding
>>them
>>(and exiting) you should see something. What happens if the 1st line
>>of
>>code in your program is MessageBox.Show?
>


Apr 9 '07 #11
On Apr 9, 5:38 pm, "Scott M." <s...@nospam.nospamwrote:
Sorry, didn't know they are not available in 2.0. None-the-less, there must
be some kind of application config file where you can set permissions. No?

<H...@aol.comwrote in message

news:8c********************************@4ax.com...
I have installed and unisntsatlled 2.0 Microsoft .NET Framework
Version 2.0 Redistributable Package (x86)
three times and it did not install the 2.0 NEt configuration wizard
(1.1 and 1.0 are there).
Got it from MS
http://www.microsoft.com/downloads/d...d=0856eacb-436...
Any suggestions?
On Sat, 7 Apr 2007 10:43:30 -0400, "Scott M." <s...@nospam.nospam>
wrote:
>In Control Panel, select Administration Tools. Then the .NET
Configuration
Wizards. There are several to choose from and each is Wizard based. All
of
them allow you to configure your .NET assembly for use on the current
system.
><H...@aol.comwrote in message
news:rt********************************@4ax.com.. .
I am not sure I understand what I should do. Can you please
expand...Thanks
>On Fri, 6 Apr 2007 21:08:58 -0400, "Scott M." <s...@nospam.nospam>
wrote:
>>>Sounds like a permissions/security issue. Have you run the .NET
Application
Wizards in Control Panel...Administrative Tools?
>>><H...@aol.comwrote in message
news:ov********************************@4ax.com ...
The program is called called Dentiage so I doubt it shares a common
name. I got so fustrated i left work but will check your other
suggestions tommorrow. I do apprecioate your help
>>>On Fri, 6 Apr 2007 15:48:55 -0700, "Phil Wilson"
<phil.wil...@wonderware.something.comwrote:
>>>>>What's your program called? This is the kind of weird behavior you can
>get
>if there is a program of the same name in
>HKLM\Software\Microsoft\Windows\CurrentVersio n\App Paths, because the
>program in there will run, not yours.
>>>>>If it's not that, a missing dependency or a program fault typically
>causes
>a
>crash in VB, so as long as you're not catching errors and disregarding
>them
>(and exiting) you should see something. What happens if the 1st line
>of
>code in your program is MessageBox.Show?
You have to use the caspol.exe to grant trust to the application.
Apr 10 '07 #12
Have you implemented Exception Handling in your VB.Net application, if so
could that be hiding the error from you (i.e. catching the error but still
terminating the program)

<He**@aol.comwrote in message
news:p4********************************@4ax.com...
>I am new to vb.net coming from vb6

I built and published an app that work fine on the production machine.
I try installing it on a clean machine and I installed
NETFramework2.0.50727 ( i am using Vb.net 2005 no sp1 and these are
the references of the compiled program). I check that these
references are identical on both machines and in the proper location
and they were

The installed went fine but when I run the program I see it loading in
the task manager but nothing happens....no forms show, no error
messages no nothing. Then it disappears from the task manager.

I am able to run the compiled exe on the production machine without
any problems. Any ideas would be appreciated because right now I feel
I wasted a two months of programming ;{ ;{ ;{ ;{ ;{ ;{ ;{ ;{

Apr 11 '07 #13
How do you shut it off?

On Wed, 11 Apr 2007 15:45:54 +0100, "Paul Hadfield" <no****@noone.com>
wrote:
>Have you implemented Exception Handling in your VB.Net application, if so
could that be hiding the error from you (i.e. catching the error but still
terminating the program)

<He**@aol.comwrote in message
news:p4********************************@4ax.com.. .
>>I am new to vb.net coming from vb6

I built and published an app that work fine on the production machine.
I try installing it on a clean machine and I installed
NETFramework2.0.50727 ( i am using Vb.net 2005 no sp1 and these are
the references of the compiled program). I check that these
references are identical on both machines and in the proper location
and they were

The installed went fine but when I run the program I see it loading in
the task manager but nothing happens....no forms show, no error
messages no nothing. Then it disappears from the task manager.

I am able to run the compiled exe on the production machine without
any problems. Any ideas would be appreciated because right now I feel
I wasted a two months of programming ;{ ;{ ;{ ;{ ;{ ;{ ;{ ;{
Apr 12 '07 #14
It sounds like you may be trying to run before you can walk, in that you're
talking about publishing an application before it would appeart that you've
got a grasp on the differences between DotNet and VB6 (I'm basing that on
your response to mine and several other postings. You certainly haven't
wasted any development time in switching, you may just be trying to do it
too quickly.

To start at the beginning, exception handling is implemented
Try/Catch/Finally keywords - if you've not used any of those in your code
then you're not using exception handling and an exception is happening you
should see an untrapped error dialog before your program crashes. If you're
not using Try/Catch/Finally anywhere in your code and the program still
terminates without an error message it "could" (and that is a possible
"could") imply a crash in an unmanaged call which terminates your
application (DotNet, whilst managed, is built on calls to unmanaged code).

If you are using exception handling, look out for code like the very basic
example below. If any exceptions occur in your application , the empty
"Catch" block in this code will trap any untrapped errors, but the program
will terminate without letting you know what happened.

Sub Main()
Try
Application.Run()
Catch
' Do Nothing
End Try
End Sub
The following, whilst not much better - at least lets you know what the
error was.

Sub Main()
Try
Application.Run()
Catch e As Exception
MessageBox.Show(E.Message)
End Try
End Sub

I'd recommend googling / reading up on exception handling to get a full
understanding on that.
P.S Excuse any bad syntax in code above, I normally use C# so wanted to put
; at the end of each line!

- Paul.

<He**@aol.comwrote in message
news:k4********************************@4ax.com...
How do you shut it off?

On Wed, 11 Apr 2007 15:45:54 +0100, "Paul Hadfield" <no****@noone.com>
wrote:
>>Have you implemented Exception Handling in your VB.Net application, if so
could that be hiding the error from you (i.e. catching the error but still
terminating the program)

<He**@aol.comwrote in message
news:p4********************************@4ax.com. ..
>>>I am new to vb.net coming from vb6

I built and published an app that work fine on the production machine.
I try installing it on a clean machine and I installed
NETFramework2.0.50727 ( i am using Vb.net 2005 no sp1 and these are
the references of the compiled program). I check that these
references are identical on both machines and in the proper location
and they were

The installed went fine but when I run the program I see it loading in
the task manager but nothing happens....no forms show, no error
messages no nothing. Then it disappears from the task manager.

I am able to run the compiled exe on the production machine without
any problems. Any ideas would be appreciated because right now I feel
I wasted a two months of programming ;{ ;{ ;{ ;{ ;{ ;{ ;{ ;{

Apr 13 '07 #15
Thank you for some very sound advise. (I have been out of town and
though I would give my program a rest) You are correct, I am a VB6
programmer and this program was "ported over " (not by conversion but
by rewriting). As I stated it runs find on the production machine
(which has .Net installed) It is only when I try installing it on
other machines which require the installatio on .net Framework 2 on
them that it fails to run or should I say "quietly loads and unloads)
I will take your advise because it is sound programming advise but
again wouldn't the error cause some type of hiccup on the prodiction
machine?

On Fri, 13 Apr 2007 09:56:11 +0100, "Paul Hadfield" <no****@noone.com>
wrote:
>It sounds like you may be trying to run before you can walk, in that you're
talking about publishing an application before it would appeart that you've
got a grasp on the differences between DotNet and VB6 (I'm basing that on
your response to mine and several other postings. You certainly haven't
wasted any development time in switching, you may just be trying to do it
too quickly.

To start at the beginning, exception handling is implemented
Try/Catch/Finally keywords - if you've not used any of those in your code
then you're not using exception handling and an exception is happening you
should see an untrapped error dialog before your program crashes. If you're
not using Try/Catch/Finally anywhere in your code and the program still
terminates without an error message it "could" (and that is a possible
"could") imply a crash in an unmanaged call which terminates your
application (DotNet, whilst managed, is built on calls to unmanaged code).

If you are using exception handling, look out for code like the very basic
example below. If any exceptions occur in your application , the empty
"Catch" block in this code will trap any untrapped errors, but the program
will terminate without letting you know what happened.

Sub Main()
Try
Application.Run()
Catch
' Do Nothing
End Try
End Sub
The following, whilst not much better - at least lets you know what the
error was.

Sub Main()
Try
Application.Run()
Catch e As Exception
MessageBox.Show(E.Message)
End Try
End Sub

I'd recommend googling / reading up on exception handling to get a full
understanding on that.
P.S Excuse any bad syntax in code above, I normally use C# so wanted to put
; at the end of each line!

- Paul.

<He**@aol.comwrote in message
news:k4********************************@4ax.com.. .
>How do you shut it off?

On Wed, 11 Apr 2007 15:45:54 +0100, "Paul Hadfield" <no****@noone.com>
wrote:
>>>Have you implemented Exception Handling in your VB.Net application, if so
could that be hiding the error from you (i.e. catching the error but still
terminating the program)

<He**@aol.comwrote in message
news:p4********************************@4ax.com ...
I am new to vb.net coming from vb6

I built and published an app that work fine on the production machine.
I try installing it on a clean machine and I installed
NETFramework2.0.50727 ( i am using Vb.net 2005 no sp1 and these are
the references of the compiled program). I check that these
references are identical on both machines and in the proper location
and they were

The installed went fine but when I run the program I see it loading in
the task manager but nothing happens....no forms show, no error
messages no nothing. Then it disappears from the task manager.

I am able to run the compiled exe on the production machine without
any problems. Any ideas would be appreciated because right now I feel
I wasted a two months of programming ;{ ;{ ;{ ;{ ;{ ;{ ;{ ;{
Apr 16 '07 #16
The problem is, you're trying to track down the worst kind of problem, only
occurs on one machine and not another (which helpfully is never the one you
could debug easily on) and you get no usable error message - complete
nightmare. One of the best things you can do is to revisit your program and
add defensive programming to try and protect against the error or at least
give you a better understanding where it is happening.

Slightly lower level, but you may also be able to use winDbg (downloadable
from MS), which would allow you to see the exception, managed or unmanaged,
that was causing you the problem. Plenty of articles on the net if you
search on it's usage, such as:

http://www.codeproject.com/debug/windbg_part1.asp
<He**@aol.comwrote in message
news:sd********************************@4ax.com...
Thank you for some very sound advise. (I have been out of town and
though I would give my program a rest) You are correct, I am a VB6
programmer and this program was "ported over " (not by conversion but
by rewriting). As I stated it runs find on the production machine
(which has .Net installed) It is only when I try installing it on
other machines which require the installatio on .net Framework 2 on
them that it fails to run or should I say "quietly loads and unloads)
I will take your advise because it is sound programming advise but
again wouldn't the error cause some type of hiccup on the prodiction
machine?

On Fri, 13 Apr 2007 09:56:11 +0100, "Paul Hadfield" <no****@noone.com>
wrote:
>>It sounds like you may be trying to run before you can walk, in that
you're
talking about publishing an application before it would appeart that
you've
got a grasp on the differences between DotNet and VB6 (I'm basing that on
your response to mine and several other postings. You certainly haven't
wasted any development time in switching, you may just be trying to do it
too quickly.

To start at the beginning, exception handling is implemented
Try/Catch/Finally keywords - if you've not used any of those in your code
then you're not using exception handling and an exception is happening you
should see an untrapped error dialog before your program crashes. If
you're
not using Try/Catch/Finally anywhere in your code and the program still
terminates without an error message it "could" (and that is a possible
"could") imply a crash in an unmanaged call which terminates your
application (DotNet, whilst managed, is built on calls to unmanaged code).

If you are using exception handling, look out for code like the very basic
example below. If any exceptions occur in your application , the empty
"Catch" block in this code will trap any untrapped errors, but the program
will terminate without letting you know what happened.

Sub Main()
Try
Application.Run()
Catch
' Do Nothing
End Try
End Sub
The following, whilst not much better - at least lets you know what the
error was.

Sub Main()
Try
Application.Run()
Catch e As Exception
MessageBox.Show(E.Message)
End Try
End Sub

I'd recommend googling / reading up on exception handling to get a full
understanding on that.
P.S Excuse any bad syntax in code above, I normally use C# so wanted to
put
; at the end of each line!

- Paul.

<He**@aol.comwrote in message
news:k4********************************@4ax.com. ..
>>How do you shut it off?

On Wed, 11 Apr 2007 15:45:54 +0100, "Paul Hadfield" <no****@noone.com>
wrote:

Have you implemented Exception Handling in your VB.Net application, if
so
could that be hiding the error from you (i.e. catching the error but
still
terminating the program)

<He**@aol.comwrote in message
news:p4********************************@4ax.co m...
>I am new to vb.net coming from vb6
>
I built and published an app that work fine on the production machine.
I try installing it on a clean machine and I installed
NETFramework2.0.50727 ( i am using Vb.net 2005 no sp1 and these are
the references of the compiled program). I check that these
references are identical on both machines and in the proper location
and they were
>
The installed went fine but when I run the program I see it loading in
the task manager but nothing happens....no forms show, no error
messages no nothing. Then it disappears from the task manager.
>
I am able to run the compiled exe on the production machine without
any problems. Any ideas would be appreciated because right now I feel
I wasted a two months of programming ;{ ;{ ;{ ;{ ;{ ;{ ;{ ;{


Apr 17 '07 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: James | last post by:
Please help - getting very desperate! Sun, 12 October 2003 05:39 I have PHPDEV 4.2.3 from Firepages.com.au as the upgrade to 4.3.0 did not work. I also had an abortive download from PHP.NET as...
9
by: DD | last post by:
Hello, Could anyone please help me?? Is there somebody who could explain me how to make a connection to a access database with a python cgi script. I would like to use common sql commands in my...
5
by: Tank | last post by:
I have had this post up here when i was trying to figure out how to make leading zeros and have been able to fudge that to work. I am now have trouble getting the loop that makes the folders to...
24
by: Ministry Of Jute | last post by:
I returned home from work today to find an Airborne Express Letter Express mailer leaning up against my apartment door. The return addressee was Microsoft Suite 300 1165 Eastlake Avenue E...
2
by: Arthur | last post by:
Given the coordinates of a point on the screen (such as 185,185), how do you get the color of said point using VB.NET 2003. I have looked EVERYWHERE for this, but to no avail. All the examples...
2
by: lawrence | last post by:
We've developed a content management system that we donate to the public domain (via a Creative Commons declaration) at www.publicdomainsoftware.org. Our cms has an emphasis on weblogs, though we...
1
by: sorinuc | last post by:
Hi all, I'm quite desperate after so much time of frustration trying to validate an xml doc with a schema using XmlValidatingReader. I know I miss something but I cannot solve this for the life...
1
by: KT | last post by:
I realized the creator of the database I am working on used a text field to link the main table with another table. I am trying to clean up this table and set up an autonumber field to use as a...
1
by: JM | last post by:
Hi all, Further to my mail yesterday, haven't received much help and am getting slightly worried ! I am trying to add a block of cells but sadly can't get excel VBA to exactly read my...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.