Looking for an SAP module that doesn’t involve a lot of programming
hi…I m Jatin(fresher) just now pass out. i am not too good at programming and want to go for SAP…which module is best for me? Is SAP BI good for me? Does SAP BI module has much programmable coding like Microsoft.Net?
Answer Question
| March 3, 2011 1:05 PM
Database programming, SAP ABAP Data Migration, SAP All-in-One, SAP BI, SAP modules
hi…I m Jatin(fresher) just now pass out. i am not too good at programming and want to go for SAP…which module is best for me? Is SAP BI good for me? Does SAP BI module has much programmable coding like Microsoft.Net?
re: visual foxpro program
I am trying to make a database file. It has 2 fields: employee and firstname. How can I write a program so that when I look at a form I see employee picture and firstname. thanks. royt
Answer Question
| July 14, 2009 1:56 AM
Database programming, FoxPro, Visual FoxPro
I am trying to make a database file. It has 2 fields: employee and firstname. How can I write a program so that when I look at a form I see employee picture and firstname. thanks. royt
data copy – paste from the same table not showing in a subform
I have an Access 2007 application for recording employee skills and competencies in a medium business. We have recently duplicated the application with a view to recording other employee skills of each employee. Normally, I would add each employees details via a form and an embedded subform, however to save time, I have tried to [...]
Answer Question
| July 16, 2009 3:50 AM
Database programming, Microsoft Access, Microsoft Access 2007
I have an Access 2007 application for recording employee skills and competencies in a medium business. We have recently duplicated the application with a view to recording other employee skills of each employee. Normally, I would add each employees details via a form and an embedded subform, however to save time, I have tried to [...]
How to show two query results in one Microsoft Access report
I have two queries saved, one shows the record that match a criteria and the othe query shows the record that do not match the criteria. ie. query1 in the feild lastname the criteria is “jones” in query2 in the feild lastname the criteria is Not”jones”. What I want to have is a report that [...]
Answer Question
| June 29, 2009 9:55 PM
Access 2003, Database programming, Microsoft Access, Micrsoft Access reporting
I have two queries saved, one shows the record that match a criteria and the othe query shows the record that do not match the criteria. ie. query1 in the feild lastname the criteria is “jones” in query2 in the feild lastname the criteria is Not”jones”. What I want to have is a report that [...]
Getting value of 3rd col when we enter first two col values
I hv data base with 3 cols. i want to wrte a formulae like when ever i giv two values the third value should automatically come
Answer Question
| June 17, 2009 11:12 AM
Database programming
I hv data base with 3 cols. i want to wrte a formulae like when ever i giv two values the third value should automatically come
Update Microsoft Access database from VB6
Using an MS Access database. From a list box I get a record into a text box. Once it is edited it shows in the listbox but the original is there. I have a refresh button which removes the newest record in the list (before the one I am updating) and leaves the original and [...]
Answer Question
| June 24, 2009 10:44 PM
Database connectivity, Database programming, Microsoft Access, VB 6, Visual Basic 6
Using an MS Access database. From a list box I get a record into a text box. Once it is edited it shows in the listbox but the original is there. I have a refresh button which removes the newest record in the list (before the one I am updating) and leaves the original and [...]
Toggle button in Microsoft Access form
Hi, in an access form I have included a Toggle button which when “on click” imports an excel spreadsheet. What I want is to block this toggle button after clicking it the first time so if someone clicks on it again, it won’t import the same database. Thanks
Answer Question
| June 25, 2009 10:20 PM
Database programming, Microsoft Access, Microsoft Access forms
Hi, in an access form I have included a Toggle button which when “on click” imports an excel spreadsheet. What I want is to block this toggle button after clicking it the first time so if someone clicks on it again, it won’t import the same database. Thanks
Recordset not Updated as per query and not giving any error
Dear Sir, thanks for your reply for my earlier query, What I am trying to do is i am editing RM item rate in RM master file.. my code doing it correctly, secondly i am updating bill_detail file for rate where that RM code is used in bill this also my code doing correctly, but [...]
Answer Question
| May 28, 2009 10:11 AM
Database programming, Debugging, VB 6, Visual Basic 6, Visual Basic debugging
Dear Sir, thanks for your reply for my earlier query, What I am trying to do is i am editing RM item rate in RM master file.. my code doing it correctly, secondly i am updating bill_detail file for rate where that RM code is used in bill this also my code doing correctly, but [...]
Crystal Reports database
I am storing my database in the APP_DATA Folder of my application. I added crystal report to my application. I mentioned .SQLEXPRESS as my server. In database drop down i see only these databases -Master, Model, msdb, tempdb My dabase’s name is “Database.mdf” . Why i am not able to see it ? My connection [...]
Answer Question
| October 28, 2011 8:48 AM
Crystal Reports, Crystal Reports Database, Database applications, Database connectivity, Database programming
I am storing my database in the APP_DATA Folder of my application. I added crystal report to my application. I mentioned .SQLEXPRESS as my server. In database drop down i see only these databases -Master, Model, msdb, tempdb My dabase’s name is “Database.mdf” . Why i am not able to see it ? My connection [...]
LINQ vs DATABASE Factory(DAL)
I am developing a application. And I want some suggestion regarding LINQ and DAL. Which one is best and why?
Answer Question
| May 21, 2009 8:42 AM
.NET development, Data Abstraction Layer, Database programming, LINQ
I am developing a application. And I want some suggestion regarding LINQ and DAL. Which one is best and why?
Ajax database lookup in ComboBox
i used ajax combobox in form , i have below some more field import from master form once refresh after ,dblookup field is going to defelet. so what can i do ?
Answer Question
| May 20, 2009 1:50 AM
Ajax, ComboBox, Database programming
i used ajax combobox in form , i have below some more field import from master form once refresh after ,dblookup field is going to defelet. so what can i do ?
Finding nth most recent action with SQL
I am trying to determine the date on which a certain number of things have happened cumulatively, eg I have a varying number of buyers each month. I want to find out on what date of that month, those buyers make their 3rd purchase. My SQL doesn’t seem to support TOP or ROWCOUNT so I [...]
Answer Question
| May 19, 2009 10:11 PM
COUNT statement, Database programming, SQL, SQL query optimization, SQL statements, SUM statement
I am trying to determine the date on which a certain number of things have happened cumulatively, eg I have a varying number of buyers each month. I want to find out on what date of that month, those buyers make their 3rd purchase. My SQL doesn’t seem to support TOP or ROWCOUNT so I [...]
How to get delete history from schema
How to get delete history from a schema? Application requirement is to get the username ,primary key,date for the deleted records from tables.
Answer Question
| May 14, 2009 5:57 AM
Database programming, Database schema
How to get delete history from a schema? Application requirement is to get the username ,primary key,date for the deleted records from tables.
How to pass array in MySQL procedure parameter
how to pass array in mysql procedure parameter
Answer Question
| September 21, 2011 7:13 AM
Database programming, MySQL, MySQL Stored Procedures, SQL
how to pass array in mysql procedure parameter
How to use DateDiff to calculate costs?
Hi, In my Access bookings system you select a number of Units and a start and end booking time. I need to calculate the cost of each Unit for the booking as well as a total cost for all Units in the booking. The information is stored in two tables: a bookings table called tblHourPeriod [...]
Answer Question
| May 13, 2009 10:16 AM
Database programming, DATEDIFF, Microsoft Access
Hi, In my Access bookings system you select a number of Units and a start and end booking time. I need to calculate the cost of each Unit for the booking as well as a total cost for all Units in the booking. The information is stored in two tables: a bookings table called tblHourPeriod [...]
How to customize my own database?
HOW CAN I CLONED MY OWN DATABASE THAT CAN ACCESSS ANY INFORMATION
Answer Question
| May 4, 2009 1:51 PM
Database programming
HOW CAN I CLONED MY OWN DATABASE THAT CAN ACCESSS ANY INFORMATION
How to connect Visual Basic 6 to Oracle 11g
What are the steps to connect VB 6.0 to Oracle11g? Thanks!
Answer Question
| May 7, 2013 6:45 AM
Database programming, Oracle 11g, Oracle connectivity, VB 6, Visual Basic, Visual Basic 6
What are the steps to connect VB 6.0 to Oracle11g? Thanks!
Microsoft Access database update question
So I have two Access databases that are linked together so that tables on one of the database can be updated offline but can update the main one when needed. I have ran into an issue though where my table isn’t recognizing the linked data from the other tables that it needs to. For this [...]
Answer Question
| April 30, 2009 3:29 AM
Database programming, Linked database, Microsoft Access
So I have two Access databases that are linked together so that tables on one of the database can be updated offline but can update the main one when needed. I have ran into an issue though where my table isn’t recognizing the linked data from the other tables that it needs to. For this [...]
Unique ID for existing table
I want to add a column to an existing table where its values should be unique and auto generated in a sequential order
Answer Question
| April 21, 2009 11:15 AM
Auto increment, Database design, Database programming, SQL
I want to add a column to an existing table where its values should be unique and auto generated in a sequential order
Database connection with OLE DB
we are connect the database with the help of oledb data adapter.data are updating on screen but data not update in backend.
Answer Question
| April 9, 2009 7:26 AM
Database connectivity, Database programming, Object Linking and Embedding, OLE, OLE DB
we are connect the database with the help of oledb data adapter.data are updating on screen but data not update in backend.





