Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~324 People Reached
Favorite Forums
Favorite Tags
Member Avatar for dbdesigner_2008

I've also wanted to know which of the following is the better approach Does it actually have a difference??? where table1.userid = table2.userid using the proper join statments such as Inner join

Member Avatar for ferensick
0
122
Member Avatar for dbdesigner_2008

[code] <configuration> <location path="images" AllowOverride="false"> <System.web> <authorization> <allow users="?"/> </authorization> </System.web> </configuration> [/code] Also my web host insists on using the impersonation setting set to true. But my images still won't load despite am logged in. Acces to the aspx pages aren't denied. I get an x instead of my …

0
88
Member Avatar for dbdesigner_2008

Hi I was wondering how to I could repeat a section of xhtml code for each record retrieved from the database. Ie after executing I should have a list of products adhering to the following template [code=html]<div> <div> <img src=""/></div> <div><a href="#">productname</a> </div>[/code] I don't like using tables for layout.

0
57
Member Avatar for dbdesigner_2008

Attached to this thread is the DB schema I've come up with. I'm trying to do an outer join to join the exercises to the submissions regardless if there's a related record in the submissions table. Trouble is when a user logs in I want to execute this query and …

0
57