> Ansonsten habe ich nun mal Deinen Code verwendet. Allerdings 
> bekomme ich
> hier:
> 
> ********************
>     If (not IsObject(Conn)) or Conn=Nothing Then
> ********************
> 
> den Fehler 'Objektvariable nicht gesetzt'
> 

Ja... So geht's:

If not IsObject(Conn) or TypeName(Conn)="Nothing" Then


Claudius

~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an