Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~2K People Reached
About Me

If you can't express yourself in words, express it in programming.

Interests
GUI Design, Mac OS X, Linux, VB.Net, Java, SQL
Favorite Forums
Member Avatar for WHchaz1027

Hello Guys, Good Day. I have this kind of error `OperationalError: no such table: table_name` when I make a query like `modelname.objects.all()` in **manage.py shell**. But I already did the ff: 1. settings.py > Databases > django.db.backends.postgresql_psycopg2 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), }, 'db_foo': { …

Member Avatar for WHchaz1027
0
692
Member Avatar for WHchaz1027

Hi Daniweb, I spend a lot of time googling this problem and found no answer yet. The problem is I added a new column in my table, I have a dataset linked to that table and a source of data of my datagridview. Now, when I'm going to add a …

Member Avatar for bLuEmEzzy
0
845
Member Avatar for kazekagerandy

please help me guys! vb doesnt apply the changes ive made on a certain form, whenever i play debug, i cant see the changes ive made :( even though ive changes the codes and added new controls, i cant really see them when i debug the application. heres an example: …

Member Avatar for WHchaz1027
0
145
Member Avatar for WHchaz1027

Hey guys, I encountered this very hard problem in vb.net. The changes I made in my project was not applied during debugging. Ex. I added a button in a form but when I start debugging or F5, The button was not there. I already cleaned up my project but still …

Member Avatar for kvprajapati
0
63
Member Avatar for WHchaz1027

Please guys if you know the solution, kindly reply, My problem is how can I set to visible = true those hidden rows in my datagridview?. When the form loads, I set some rows to visible = false due to some reason. Now, I cannot find away to unhidden them. …

Member Avatar for G_Waddell
0
79
Member Avatar for WHchaz1027

Hi guys, Do you know how to set maximum length of character in the textbox of rdlc report? I already dug all of its properties but I didn't see any. Please guys I need your help. Thanks in advance. WHchaz1027

Member Avatar for kvprajapati
0
65
Member Avatar for WHchaz1027

Hi geeks, I really need your help. I want to query in a table in MS SQL using a data in another table. This might give you an idea on what I am talking about. This is the query I've constructed : "SELECT TABLE1.FIELD1,TABLE1.FIELD2 FROM TABLE1, TABLE2 WHERE TABLE1.FIELD3 = …

Member Avatar for WHchaz1027
0
91
Member Avatar for WHchaz1027

Hi geeks, I really need your help. I want to query in a table in MS SQL using a data in another table. This might give you an idea on what I am talking about. This is the query I've constructed : "SELECT TABLE1.FIELD1,TABLE1.FIELD2 FROM TABLE1, TABLE2 WHERE TABLE1.FIELD3 = …

Member Avatar for jbisono
0
120
Member Avatar for WHchaz1027

Hi Geeks!, I am developing a project now. My problem is how can I create a autogenerate alphanumeric in the textbox to be used as an ID of entries. I'm using VB.Net 2005 and MS SQL Server 2005 STD. Thank you in advance. More power to this site.

Member Avatar for kvprajapati
-3
223
Member Avatar for WHchaz1027

Hi Geeks!, I need help. I want to format label's text into date but the value of my label is fetched from the database so I shouldn't use Now() function. ex. 7/31/2010 would be July 17, 2010. Thanks in Advance Guys!

Member Avatar for tmcpolin
0
114
Member Avatar for WHchaz1027

Please Help... What is the equivalent of Datagridtablestyle of Datagrid to Datagridview? I want to customize columns of my Datagridview in Form Load event. Thanks in advance..

0
56