|
Post by viewing on Dec 15, 2004 2:36:40 GMT -5
Line 38 ======================= The full physical path to the database and the name on the server or if in the same directory just the name.
I think this could be my problem as the code has yet to work for me. I dont know what its asking me exactly for this line 38 change. I think i've gotten everything else in order, but i'm not 100% sure. could anyone desiphre this part for me plz. thx
|
|
|
Post by Bradley on Dec 15, 2004 12:04:29 GMT -5
Line 38 ======================= The full physical path to the database and the name on the server or if in the same directory just the name. I think this could be my problem as the code has yet to work for me. I dont know what its asking me exactly for this line 38 change. I think i've gotten everything else in order, but i'm not 100% sure. could anyone desiphre this part for me plz. thx You need to enter the location that the included database is at on the server. This should start from the root drive, such as C:\. If the database is in the same folder as the viewing.aspx page use this: Dim DBaseLoc as string = Convert.ToString(Server.MapPath("viewing.mdb"))If you need more help wait for me to update the download. Currently GGD (and other forums I host) are running version 1.2.1.3 but the download is 1.0.2.6. Big differences betwen them.
|
|
|
Post by viewing on Dec 15, 2004 19:47:29 GMT -5
any eta on that update being available for dl? I still couldnt get it to work, im a noob.
|
|
|
Post by Bradley on Dec 16, 2004 11:11:33 GMT -5
The update should be relaesed between the 18 and 24. This depends on my studing for finals and if I'm going to make setup easier then it would be right now if I released it.
|
|