FillByPrimaryKey problem


Author
Message
Joseph-Carl Theodat
Joseph-Carl Theodat
StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)StrataFrame Beginner (29 reputation)
Group: Forum Members
Posts: 29, Visits: 79
Hi,

My BO is well configured and the DB ids fine. I want to add a custom fill method :

public void FillAllByID( int user)

{

      FillByPrimaryKey(user);

}

I'm having a SqlException saying " Invalid object name .." with the name of the table. The table name is good. Since the framework take care of the connection, am I missing something?

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Joseph-Carl Theodat - 17 Years Ago
Ben Kim - 17 Years Ago
Greg McGuffey - 17 Years Ago
Greg McGuffey - 17 Years Ago
                     It's a typo mistake ... in my code it's written this....
Joseph-Carl Theodat - 17 Years Ago
                         I tried already ...(calling from the code,not BO) ... no success
Joseph-Carl Theodat - 17 Years Ago
                             As you mentioned, this "should" work. Did you turn on SQL debugging to...
Greg McGuffey - 17 Years Ago
                                 Setting the Debug on is always a good idea when you run into something...
Trent L. Taylor - 17 Years Ago
                                     Hi, I tried before a SQL Fill data table and the same result. I know...
Joseph-Carl Theodat - 17 Years Ago
                                         I reset my desktop and it work... Anyway.. thanks guys...!! Have a...
Joseph-Carl Theodat - 17 Years Ago
                                             Glad you got it going :)
Trent L. Taylor - 17 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search