Click here to Skip to main content
16,008,750 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionA Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 0:24
professionalVimalsoft(Pty) Ltd11-Oct-07 0:24 
AnswerRe: A Function that Accept Parameters and Return ds Pin
Colin Angus Mackay11-Oct-07 0:30
Colin Angus Mackay11-Oct-07 0:30 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Christian Graus11-Oct-07 0:44
protectorChristian Graus11-Oct-07 0:44 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 0:44
professionalVimalsoft(Pty) Ltd11-Oct-07 0:44 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Colin Angus Mackay11-Oct-07 2:20
Colin Angus Mackay11-Oct-07 2:20 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 2:36
professionalVimalsoft(Pty) Ltd11-Oct-07 2:36 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Colin Angus Mackay11-Oct-07 2:50
Colin Angus Mackay11-Oct-07 2:50 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 3:09
professionalVimalsoft(Pty) Ltd11-Oct-07 3:09 
Hi Colin

|Colin wrote
Invoking a message box from the DAL is highly inappropriate. You should have zero user interface code in there. To do otherwise would break the concept of abstracting away the Data layer away from the presentation layer.




You are right. So its that i should Fill the dataset and Trap the user input from the BLL. it makes sense, after all thats where its Supposed to Happen. let me do it that way.

|Colin wrote
What sort of errors?


In the Following code am declaring a module level dataset through a BLL instatiating from DAL. i wrote this code like this .

Private mdsprops_lis As PropDAL.dssearchlis


And i wished it would look like this


Private mdsprops_lis As ProBLL.PropDAL.dssearchlis


but when i try that it gives me Exception, i think it has to do with the way i have designed my DAL and my BLL, but am looking at it, and am open for Suggestion.

Thanks







Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


Questionsetting up Crystal Pin
twsted f811-Oct-07 0:21
twsted f811-Oct-07 0:21 
AnswerRe: setting up Crystal Pin
ChandraRam11-Oct-07 2:11
ChandraRam11-Oct-07 2:11 
Question()_send email in visual studio .net 2005 Pin
Suhail Ali10-Oct-07 21:39
Suhail Ali10-Oct-07 21:39 
AnswerRe: ()_send email in visual studio .net 2005 Pin
Christian Graus10-Oct-07 22:25
protectorChristian Graus10-Oct-07 22:25 
Questiondoubts in abstract class and interface Pin
VG Ramanan10-Oct-07 21:26
VG Ramanan10-Oct-07 21:26 
AnswerRe: doubts in abstract class and interface Pin
Christian Graus10-Oct-07 22:27
protectorChristian Graus10-Oct-07 22:27 
Questionvb.net localized Pin
ganash10-Oct-07 21:20
ganash10-Oct-07 21:20 
AnswerRe: vb.net localized Pin
Christian Graus10-Oct-07 22:28
protectorChristian Graus10-Oct-07 22:28 
Questioneliminate the space Pin
ganash10-Oct-07 21:15
ganash10-Oct-07 21:15 
AnswerRe: eliminate the space Pin
nishkarsh_k10-Oct-07 21:51
nishkarsh_k10-Oct-07 21:51 
GeneralRe: eliminate the space Pin
ganash11-Oct-07 1:04
ganash11-Oct-07 1:04 
GeneralRe: eliminate the space Pin
Luc Pattyn11-Oct-07 1:16
sitebuilderLuc Pattyn11-Oct-07 1:16 
GeneralRe: eliminate the space Pin
nishkarsh_k11-Oct-07 20:00
nishkarsh_k11-Oct-07 20:00 
QuestionOpen VB.Net form from vb6 Pin
QPun10-Oct-07 20:58
QPun10-Oct-07 20:58 
AnswerRe: Open VB.Net form from vb6 Pin
Christian Graus10-Oct-07 22:29
protectorChristian Graus10-Oct-07 22:29 
GeneralRe: Open VB.Net form from vb6 Pin
QPun10-Oct-07 23:46
QPun10-Oct-07 23:46 
GeneralRe: Open VB.Net form from vb6 Pin
Christian Graus11-Oct-07 0:18
protectorChristian Graus11-Oct-07 0:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.