Browser As Front-End

Jan 9, 2006

Hi!

I'm trying to build an app. for my parents' office. They have a small
office (5 PCs), and they currently work with a very old program that's
based on DOS. The program doesn't work well under XP, so they still use
Win 98. They had their network upgraded about a year ago. They had
Microsoft SBS 2000 installed, it includes SQL Server. I've written a
few DB's in Access before, and now I'm just learning how to use SQL.
Before I start work on their app., I have a question:

I know it's possible to create an interface that can be put on their
network and accessed via a browser. How is this done exactly?

It would be very beneficial for me, because it would mean that the new
app. would be platform independent, so that they can upgrade to XP
easily. It would also save us the cost of licensing front-end software
(e.g. Access) for each machine.

Any comments would be appreciated.

Noam Nelke, Israel.

View 2 Replies


ADVERTISEMENT

SQL Browser

Oct 3, 2007

I just installed SQL 2005 Express, and I do not see the SQL browser and the Administration tool anywhere in my computer. Does anyone know what I need to do?

View 4 Replies View Related

Front End

Apr 17, 2008

Sorry for the lengthy question, but here goes:
I currently have an access database with a FE and BE that resides on each users laptop. Weekly they connect to the network and synch the BE the master on a network drive. There are numerous propblems with this as it has grown quite extensive.

We would like to have this be a server based database with the remote users either having access through the web or something else?

A few of the capabilities of the current database:
1. generate and print reports 2. update project forms. 3. enter time logs 4. enter notes

My question is:
What are my options for a remote FE? I am well versed in VB6 and Access. Would be willing to learn other languages (VB.net, my SQL, etc.) Would I be able to have the same functionality or would I have to have separate software for certain functions?

View 5 Replies View Related

Front End

Jan 2, 2008

I have a stored procedure that can take up to 2 hours to run, has anyone any ideas on what front end would be best used to call it

View 3 Replies View Related

Front End

Mar 7, 2008

Hi,
If I don't have any visual studio design tools etc.
Is there any way I can build a simple form that will allow users to view, insert, update and delete single rows from a SQL 2005 database?
Or is there any free downloads that might help. the table is really simple and has only 4 fields

TIA

View 1 Replies View Related

Best Front End

Sep 4, 2007

Hello,

I am new to SQL Server. I currently have an Access 2007 database and next year my client would like to migrate to SQL Server. Which Front End is the best...Access, VB.net or some other platform altogether?

Thanks,
M. Wilson

View 5 Replies View Related

How To Get Browser Time

Apr 14, 2008

i need to get the browser Time in client side

Regards,
Prabu R

View 1 Replies View Related

Object Browser

Jan 6, 2006

Most of the times I cant see my database tables from the query analyser in the object browser window... There are some times that appear normally...but in mosto of cases they just dont appear at all...I can only see the master database and msdb... I am connecting giving the proper password...

bear in mind that I can write and execute queries to my database although I cant see the tables

Why could this be happened??? Is a matter that i have discussed with my hosting provider or I am missing something here???

View 4 Replies View Related

Browser Performance

Jan 24, 2007

Greetings,

I have noticed a change in how the new version Internet Explorer renders.

I have a couple of simple matrix reports with textbox buttons that use a drill through to the same report with the reportdate parameter being incremented or decremented by one day.

The report cells calc font and color based on data, nothing to elaborate. In IE 6 the report was displayed quickly. When I upgraded to IE 7 the same report's performance has degraded greatly. In IE 7 the data is returned in the same time frame as before and the report is rendered quickly then my CPU pegs out to 95% for about 5 seconds making it seem as though the browser has locked up. It doesn€™t matter if I have 5 rows or 500 rows.

This is happening to all my reports with jump to report functionality but only if the report to jump too is the same report with different parameters.

Anyone else having a similar problem?

View 4 Replies View Related

SQL Server Browser

Apr 29, 2008

Hello there,
We have a Windows Server 2003 where SQL Server 2005 is installed. The problem is that SQL Server browser cannot be started. When I try to connect to any instance of SQL Server, the connection fails. I have to try to start SQL Server browser and try to connect again to the particular instance of SQL Server after each attempt to start the browser. I succeed after several such attempts to connect, but SQL Server browser will still not start.
Can anyone tell me what can be wrong with SQL Server browser?
Thanks in advance
Hemant

View 6 Replies View Related

Question On A Front End

Jun 26, 2001

I'm doing a database for employee info and thier payroll.. im using SQL Serevr 2000 and IIS but i'm not too sure what to use as the frontend, a VB would kinda be overkill because each employee just needs to be able to update his own info and addresses, maybe a XML or some other page that uses windows logins for authentication? any ideas, this is my first project like this on on a college Coop

View 1 Replies View Related

Access Front End

Jan 31, 2005

i am almost finished building the front end for an application to manage restaurants. i am developing the front end with access vba, and intend to use sql server as a back end for the service. i just came across a group of people bashing access developers on a different site. i have several restaurants interested in using the service, and believe that the service should be very successfull (i have a very specific customer base that is currently not being targeted). the access component would not be a multiuser application. before i distribute the app i would appreciate any input. am i getting myself into trouble using access vba? should i run scared and switch to a vb.net web service?
thanks in advance for any thoughts.

View 1 Replies View Related

SQL Server Front End - VB/MDB/ADP?

Sep 19, 2006

Below is a post by blindman from my other "mentoring" thread (http://www.dbforums.com/showthread.php?t=1608569). I wanted to respond to it but not in that thread:

Yeah, but if he's going to go unbound he might as well develop in .Net rather than Access. You lose half the convenience of MSAccess as a front end if you use unbound forms and controls.

Besides, he's trying to learn SQL Server, not front-end development. Learning both at the same time may be a bit much. I'd suggest he stick with his idea of converting the Access database to SQL Server back-end.

But, you should definitely convert the Access front-end to a Microsoft Access Data Project, rather than a classic mdb file.

Going unbound would increase your application performance, but probably not noticably unless you have scores of uses, and since you are currently using straight MS Access I'd guess you have no more than five or six simultaneous users, right?

blindman

To start I have decided that ADO is the way to go even though I don't necessarily need the performance boost for my current situation. Keep in mind I am planning for future and more demanding opportunities, hopefully :) And I'd like to learn the "right" way to do things.

I actually use ADO quite a bit in my current DB app and bound controls as well so it really wasn't a new concept. However using strictly ADO produces alot more work and code. And like blindman says it pretty much takes all the ease of Access away and VB.NET for that matter too. I mean all the wizards are useless. So I have two questions:

1. When going to all ADO you are pretty much recreating what Access already does for you right? Coding in ADO is more work right? I mean you have to setup connections and fill fields and listboxes manually in code right? I don't mind the extra work I just want to make sure if I'm going to be doing all this extra coding that it is the right thing to be doing.

2. MDB vs. ADP - From what little I've read Access Data Projects are made for use with SQL Server. It is even more useful if you don't/can't actually work in SQL Server. But again if I'm using ADO it strips all the usefulness of the ADP's doesn't? I don't need ADP's to create views or sprocs. I can do all of that through the management studio. So does it really matter if I use an ADP or MDB as my front end if that is all it is going to be is a front end?

Lastly I wanted to use VB 2005 as the front end but we utilize a ton of reports. As far as I know Crystal Reports or something like it has to be used with VB 2005. Or does VB 2005 have some built in reporting capabilities? I thought I saw some report designer for VB6. Anyway I decided to stick with Access because I am familiar with its reporting capabilities.

I should note that I have VB 2005 Express and SQL Server Express. Right now my company is not putting any money into a higher version.

Let me know what you all think.
Thanks,
GG

View 2 Replies View Related

SQL Server With Front End..

Apr 9, 2006

Hi

Can anybody tell us what frount end sould i learn for
better result from sql server.

Can also tell us what is price of sql server developer &
enterprise edition


Thanks


ASM

View 4 Replies View Related

Front End Application

Aug 25, 2006

Hi,

I'd like to get some help on this. I'm new to SQL Server but am keen to learn it. I have SQL Server 2000 SP4 running and wonder what kind of front end application is best suited for SQL Server 2000.

Thank you in advance

View 10 Replies View Related

N In Front Of A String

Nov 9, 2007

sometimes a capital N is added in front of a string, for example,
N'xxxx'.
What does it mean?

View 3 Replies View Related

Mssql Ide (front Ide)

Oct 23, 2005

Is there any front IDE for MS SQL as there is MySQL Front for MySQL. Iam looking for it so that it is easy to quickly add/edit/delete thedata from the existing table. Please prode the Download URL is there isany.Regards.

View 4 Replies View Related

Add Digits To The Front

Jul 20, 2005

Hi all,I have a number like so 778625 and want to make this a more meaningfuldate (UK) so how difficult is it to add two digits in this case 19 tothe front of this number?Many thanksSam*** Sent via Developersdex http://www.developersdex.com ***Don't just participate in USENET...get rewarded for it!

View 3 Replies View Related

SQL - Front Page

Jul 20, 2005

I have created a Database Editor with FrontPage using the Wizzard. I have adatabase in SQL 2000 called Equipment with one table named Equipment.When I bring up the editor, it displays a list of all records with a link tothe edit page. When I click on the link for the first record on the page,The edit page come up correctly. I can edit the page and then submit it.When I click on the link for the second record ( and all the rest of therecords) in the list I get the following message:Database Results ErrorDescription: [Microsoft][ODBC SQL Server Driver][SQL Server]Syntax errorconverting the nvarchar value 'BF176' to a column of data type int.Number: -2147217913 (0x80040E07)Source: Microsoft OLE DB Provider for ODBC DriversWhen I click on the link for record BF176, which is about 20 records downthe page, I get the following message:Database Results ErrorDescription: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid columnname 'BF176'.Number: -2147217900 (0x80040E14)Source: Microsoft OLE DB Provider for ODBC DriversI have gone in the SQL database and messed arounf with changing the columntype from nvchar to nchar and changing the length, but can not figure thisout. I cannot tell whether this is a Frontpage problem or a SQL problem.Any help would be appreciated! Thanks!DarrenMCP

View 1 Replies View Related

Manipulation In The Front End

Sep 18, 2007



Hi

I have a scenario while creating a report where I need to maintain the same number of rows for a column, even if the data grows or shrinks for that column

example

Each Scenario is grouped by ID

Scenario 1




columnA

Row1 X X
Row2 X
Row3 X
Row4 XYZ



Scenario 2




columnA

Row1 XA
Row2 XYZ


In both scenario's I need to control from front end

the number of row should remain 4

I am grouping by row field say Type

This field Type varies for each ID group

View 1 Replies View Related

Browser Updateable Recordsets ?

Mar 26, 2000

I think it whould be simpler to explain what I am trying to accomplish.
I wish to pull a query to return multiple records from a SQL 7.0 database.
The query is a customers standing order.
I wish to make edits to multiple records then return those records for update.
The HTML pages that I have seen all seem to display tables on a singular record format.
Is it possible to display records in a 'Table' format and allow it to be updated.
Can any one answer this or direct me to a site with the relevent info.
Thanks Stuart
Indtec@eircom.net

View 2 Replies View Related

Session Browser In SQL Server

Jan 30, 2008

Hey,

Does SQL Server have a session browser similar to Oracle and if so, how can I use it? I am looking to retrieve the SQL being ran when users are running particular reports from a gui tool.

Thanks

View 1 Replies View Related

Accessing Report Using Browser

Feb 14, 2007

Hi,
I have created a sample report called Report1 in SSRS 2005. This currently is running locally on my workstation.
I can even browse to it using the http address i.e. http://localhost/Reports
The question is: How can someone else access this report on my machine. They can not browse to my machine by typing http://12.32.2.344/Reports

Do I need to do any configuration in my local IIS?
Thanks

View 2 Replies View Related

Browser Result Empthy

Mar 11, 2007

hi!
As a newbie quite confused..
Created mesures in my cube which are not working. When I run MDX select-commands in Management studio they do not show any measure calculations(Total sum), just NULL, but the headers are there, as the Month.

The same in Browser: Headers showing but not Measure calculations. They are empthy. How could I solve this?

View 2 Replies View Related

SQL Browser Warnings In A Cluster

Nov 23, 2007

We have a 6 node cluster with 4 SQL Server named instances in the cluster. I am noticing a lot of warnings in the event log with the following information:
Event Type: Warning
Event Source: SQLBrowser
Event Category: None
Event ID: 3
Description:
The configuration of the AdminConnectionTCP protocol in the SQL instance
<instance name> is not valid.
The event occurs for all four instances.
Additional Information:
* OS is Windows 2003 R2 Enterprise x64 Edition w/SP2
* SQL Server 2005 Enterprise Edition w/SP1, hot fix level 2221
* All SQL services runs under the same domain user account

I did some internet searches and found several others who have had this problem. However, I didn't see any solutions. There also seems to be a similar problem with SQL Express but that is not what I am using.

Any thoughts are appreciated.

View 7 Replies View Related

Problems With SQL Browser Service

Feb 8, 2008

I am using SQL Server 2005 developer edition and Visual Studio 2005. I am working on local computer and when I define a cube I am using data sources to which I can connect without any problem using "Test connection". However, when I want to perform calculation or browse a cube I get a message of either I am as a user do not have permission to access source database (in reality I do have this permission) or source database does not exist (in reality it exists). I check the SQL Server Browse Service and it is not running and the option of starting it is disabled (Start mode is undefined and only properties option can be used). I already have enabled the TCP/IP and Named Pipes protocols but I still cannot browse cube data.
Any help SUPER welcome.
Elka

View 2 Replies View Related

Help With Accessing Reportserver With Web Browser

Apr 25, 2007



I am using sql express w/ advanced services on xp pro with IIS 5.1 installed. On the local machine named 'Tester' i am able to access reportserver using a web browser and the url: http://localhost/reportserver. But when i go to another machine on the same network and domain and try to access the reportserver with url: http://Tester.domain/reportserver or http://<ip address of Tester>/reportserver ie tells me page cannot be found and does not give me any errors. How do I set up network access to reportserver on the machine Tester? Help would be greaty appreciated.

View 1 Replies View Related

Can You Access Remotely Using A Browser?

Jun 13, 2007

Currently I am being told that for someone to remotely view reports that are stored in RS an individual needs to login to a PC's OS with the correct domain and user name. When they launch the browser it will them allow them access to the reports stored in RS.



This seems to limit the capabilities for a remote access

Can you go to any PC anwhere, type in the URL, and get a prompt for user name and password for access?
Will the user name and password allow restrictions to what you can see?
Is there anwhere where I can see an example of this? Like a dummy site or something?

I really appreaciate the help!



Mark

Phoenix





View 1 Replies View Related

Cannot Start Server Browser

Nov 5, 2008

I installed SQL Server 2008 Express lastnight, and the server is running but I am unable to get Server Broswer, or Server Agent to start, when either is tried I get the following error:WMI Provider error.The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

View 5 Replies View Related

TCP, SQL BROWSER, Express Edition

Aug 6, 2007



Hi all,

i installed two servers, one instance SERVER05 and second SQL SERVER EXPRESS called SQLEXPRESS.

my SQL Server Browser service is in state "Change Pending" i dont know if it is ok?

I setup SERVER05:
TCP/IP in Conf Manager Enabled, listen all yes, and IPAll TCP Dyn. ports nothing = blank, TCP PORT 2001
i think that SERVER05 is listening on port 2001 now.
i restart SERVER05 and try this command:
SQLCMD -E -S MACHINEASERVER05,2001
connect successful

I want to do this with SQLEXPRESS
i set TCP enabled, Listel all, Dyn port blank, TCP PORT 2002 restart and get error:

Unable to start service MSSQL$SQLEXPRESS on server MACHINEA
Additional information
The MSSQL$SQLEXPRESS service on MACHINEA started and then stopped. (ObjectExplorer)

Can u help where is problem?

Thnx for help.

Jakub.








View 11 Replies View Related

Hyperlink To Open In New Browser?

Oct 15, 2007

I have some hyperlinks on different rows of a table in the report. Currently when I click on these, they open the links on the same page. I want the link to open in a new instance of IE.

I tried using "javascript:void(window.open('http://www.google.com','_blank'))" as the URL, but this will virtually do nothing.

Can somebody help please?

Thanks,
Steven

View 6 Replies View Related

Association Browser Error

Jun 3, 2007

Hello Developers,



I used the add mining model to mining structure to modify a model so that maximum itemset =2, min prob=.01, min support= 2.



When i select maximum rows to anything higher than 2000 (default) i get duplicate rules.



The maximum rules returns is exactly16000 even though i set it higher than that.



Any ideas on the causes?



Thanks



Davy

View 4 Replies View Related

Can't Log In To Reporting Services In My Browser

Jan 16, 2007

I've installed the Developer's edition of SQL05 on my PC at home. I am able to open the reporting services via the Manager Studio and Windows login under my username and password, however I cannot open it in my browser when I enter the

http://computername/reports address. I get a login dialog and enter "computername/myloginID" for the user and my local login password. It will not accept the login and reprompt until I exceed 3 tries.

I also tried logging in with the PC's admin id and password as well as the sa account name and password.

Any ideas on what I missed in the setup or security?

Thanks for any assistance anyone can provide

mike...

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved