From: Paul V. <pa...@vi...> - 2004-09-29 13:16:15
|
Hi Carlos, > In the .NET provider section of the firebird website: > > http://www.firebirdsql.org/index.php?op=devel&sub=netprovider > > > The mailing list information is incorrect, can anybody solve this > please ?? (i can solve it if somebody tells to me how :)) You've got to update the file devel/netprovider/project.dat Currently it contains this line: $lists = "fb-devel" ; If you change it, also check the directory lists/data: there must be a .dat file with the same basename as what you specify in the $lists var. If your list(s) ain't there, you have to create such file(s). You can use other .dat files as examples. Greetings, Paul Vinkenoog |